Deployement
This commit is contained in:
parent
d098ca1326
commit
2f5614666f
2 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ USE_TZ = True
|
|||
# https://docs.djangoproject.com/en/1.10/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
#STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
|
||||
|
||||
MEDIA_URL = '/media/'
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue