Commit 228eb4aa authored by KaoruSawade's avatar KaoruSawade

edited project setting.py: fixed directory for static files (used for css)

parent 8e52ae09
...@@ -91,6 +91,7 @@ USE_I18N = True ...@@ -91,6 +91,7 @@ USE_I18N = True
USE_TZ = True USE_TZ = True
STATIC_URL = 'static/' STATIC_URL = '/static/'
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment