collectstatic

This commit is contained in:
ducoterra
2020-04-24 21:26:21 -04:00
parent f362194c5e
commit e01bf28646
2 changed files with 2 additions and 0 deletions

View File

@@ -122,3 +122,4 @@ USE_TZ = True
# https://docs.djangoproject.com/en/3.0/howto/static-files/
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')