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
PMPL
Collection of Practice
2019
1606876052-practice
Commits
3976c4e0
Commit
3976c4e0
authored
Dec 23, 2019
by
Rayza Arasj Mahardhika
Browse files
try fix static files on heroku
parent
e476b3fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
3976c4e0
...
...
@@ -2,3 +2,4 @@ geckodriver.log
__pycache__
*.pyc
.vscode
/staticfiles
static/fail_base.css
0 → 100644
View file @
3976c4e0
#id_new_item
{
margin-top
:
2ex
;
}
#centering-div
{
text-align
:
left
;
}
\ No newline at end of file
superlists/settings.py
View file @
3976c4e0
...
...
@@ -135,4 +135,4 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.2/howto/static-files/
STATIC_URL
=
'/static/'
STATIC_ROOT
=
os
.
path
.
join
(
BASE_DIR
,
'static'
)
\ No newline at end of file
STATIC_ROOT
=
os
.
path
.
abspath
(
os
.
path
.
join
(
BASE_DIR
,
'static'
))
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