|
|
@ -127,9 +127,12 @@ USE_TZ = True |
|
|
# Static files (CSS, JavaScript, Images) |
|
|
# Static files (CSS, JavaScript, Images) |
|
|
# https://docs.djangoproject.com/en/5.1/howto/static-files/ |
|
|
# https://docs.djangoproject.com/en/5.1/howto/static-files/ |
|
|
|
|
|
|
|
|
STATIC_URL = 'static/' |
|
|
|
|
|
|
|
|
STATIC_URL = '/static/' |
|
|
STATIC_ROOT = os.path.join(BASE_DIR, 'wsgi', 'static') |
|
|
STATIC_ROOT = os.path.join(BASE_DIR, 'wsgi', 'static') |
|
|
|
|
|
|
|
|
|
|
|
MEDIA_URL = '/media/' |
|
|
|
|
|
MEDIA_ROOT = os.path.join(BASE_DIR, 'wsgi', 'static', 'mediafiles') |
|
|
|
|
|
|
|
|
# Default primary key field type |
|
|
# Default primary key field type |
|
|
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field |
|
|
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field |
|
|
|
|
|
|
|
|
|