This commit is contained in:
Sean Morley
2024-07-24 10:40:48 -04:00
parent 9e610c250c
commit dad42c4a3a
4 changed files with 15338 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ STATIC_URL = '/static/'
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
# STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]
# TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'templates')]