Private
Public Access
1
0

small fixes

This commit is contained in:
Sander Roosendaal
2019-11-25 20:39:01 +01:00
parent 65ccd8b0cb
commit daf57063c1
4 changed files with 23 additions and 10 deletions

View File

@@ -77,8 +77,12 @@ CACHES = {
STATIC_URL = '/static/'
#STATIC_ROOT = 'C:/python/rowsandallapp'
STATIC_ROOT = BASE_DIR
#STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static'),
os.path.join(BASE_DIR, 'static/plots'),]
INTERNAL_IPS = ['127.0.0.1']