Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LDV Specification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
LDV Specification
Commits
c119933a
Commit
c119933a
authored
2 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Fix crispy form error
parent
68a52c1f
No related branches found
Branches containing commit
No related tags found
1 merge request
!95
Fix crispy form error
Pipeline
#45289
passed
2 years ago
Stage: test
Stage: build
Stage: integration
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ldvspec/ldvspec/settings/base.py
+4
-0
4 additions, 0 deletions
ldvspec/ldvspec/settings/base.py
ldvspec/requirements/base.txt
+1
-1
1 addition, 1 deletion
ldvspec/requirements/base.txt
with
5 additions
and
1 deletion
ldvspec/ldvspec/settings/base.py
+
4
−
0
View file @
c119933a
...
...
@@ -50,6 +50,7 @@ INSTALLED_APPS = [
'
widget_tweaks
'
,
]
MIDDLEWARE
=
[
'
corsheaders.middleware.CorsMiddleware
'
,
'
django.middleware.security.SecurityMiddleware
'
,
...
...
@@ -179,3 +180,6 @@ SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
SILKY_AUTHENTICATION
=
True
SILKY_AUTHORISATION
=
True
ENABLE_PROFILING
=
False
# Look and feel
CRISPY_TEMPLATE_PACK
=
'
bootstrap4
'
This diff is collapsed.
Click to expand it.
ldvspec/requirements/base.txt
+
1
−
1
View file @
c119933a
...
...
@@ -3,7 +3,7 @@ django-filter==2.4.0 #newest version 1.22 not compatible
djangorestframework
django-cors-headers
django-uws
django-crispy-forms
django-crispy-forms
<2.0 #newest version clashes with django rest framework
django-widget-tweaks
django-silk
uritemplate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment