Deployement

This commit is contained in:
alazo 2017-01-05 09:00:09 +01:00
parent d098ca1326
commit 2f5614666f
2 changed files with 2 additions and 2 deletions

View file

@ -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')