Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2016-11-28 14:33:10 +01:00
parent f3117bd4c6
commit 962bc20513
2 changed files with 6 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ ALLOWED_HOSTS = []
STATIC_URL = '/static/'
STATIC_ROOT = 'C:/python/rowsandallapp'
INTERNAL_IPS = ['127.0.0.1']
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')