Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ryan Karyadiputera
ppl-berkah-back
Commits
c2ed8637
Commit
c2ed8637
authored
May 01, 2021
by
Ryan Karyadiputera
Browse files
test
parent
a8ca0bcd
Pipeline
#74151
passed with stage
in 2 minutes and 9 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
sip/settings/production.py
View file @
c2ed8637
...
...
@@ -66,11 +66,8 @@ MIDDLEWARE = [
'django.contrib.auth.middleware.AuthenticationMiddleware'
,
'django.contrib.messages.middleware.MessageMiddleware'
,
'django.middleware.clickjacking.XFrameOptionsMiddleware'
,
'whitenoise.middleware.WhiteNoiseMiddleware'
,
]
STATIFILES_STORAGE
=
'whitenoise.storage.CompressManifestStaticFilesStrorage'
ROOT_URLCONF
=
'sip.urls'
TEMPLATES
=
[
...
...
sip/wsgi.py
View file @
c2ed8637
...
...
@@ -11,6 +11,6 @@ import os
from
django.core.wsgi
import
get_wsgi_application
os
.
environ
.
setdefault
(
'DJANGO_SETTINGS_MODULE'
,
'sip.settings.
production
'
)
os
.
environ
.
setdefault
(
'DJANGO_SETTINGS_MODULE'
,
'sip.settings.
staging
'
)
application
=
get_wsgi_application
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment