|
|
|
@ -101,6 +101,8 @@ USE_TZ = True |
|
|
|
# https://docs.djangoproject.com/en/4.x/howto/static-files/ |
|
|
|
# https://docs.djangoproject.com/en/4.x/howto/static-files/ |
|
|
|
|
|
|
|
|
|
|
|
STATIC_URL = '/static/' |
|
|
|
STATIC_URL = '/static/' |
|
|
|
|
|
|
|
STATIC_ROOT = os.path.join(BASE_DIR, 'static') |
|
|
|
|
|
|
|
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'main', 'templates', 'static')] if os.path.exists(os.path.join(BASE_DIR, 'main', 'templates', 'static')) else [] |
|
|
|
|
|
|
|
|
|
|
|
# Default primary key field type |
|
|
|
# Default primary key field type |
|
|
|
# https://docs.djangoproject.com/en/4.x/ref/settings/#default-auto-field |
|
|
|
# https://docs.djangoproject.com/en/4.x/ref/settings/#default-auto-field |
|
|
|
|