Fakultas Ilmu Komputer UI
Skip to content
GitLab
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
e540f30d
Commit
e540f30d
authored
Apr 28, 2021
by
Ryan Karyadiputera
Browse files
test
parent
39a012cf
Pipeline
#73857
passed with stage
in 2 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sip/settings/staging.py
View file @
e540f30d
...
...
@@ -172,7 +172,7 @@ AWS_S3_CUSTOM_DOMAIN = '%s.s3.amazonaws.com' % AWS_STORAGE_BUCKET_NAME
AWS_LOCATION
=
'static'
STATIC_URL
=
'/static/'
STATIC_ROOT
=
os
.
path
.
join
(
BASE_DIR
,
'static
files
'
)
STATIC_ROOT
=
os
.
path
.
join
(
PROJECT_ROOT
,
'static'
)
STATICFILES_DIRS
=
[
'static/'
,
os
.
path
.
join
(
BASE_DIR
,
"static"
),
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment