adjust settings
This commit is contained in:
parent
86ec8c5684
commit
1d8a432d95
|
|
@ -124,7 +124,3 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
|
||||||
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field
|
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field
|
||||||
|
|
||||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||||
|
|
||||||
STATIC_URL = '/static/'
|
|
||||||
STATICFILES_DIRS = [BASE_DIR / "static"]
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue