adjust settings

This commit is contained in:
tsb 2024-12-18 11:43:45 -10:00
parent 86ec8c5684
commit 1d8a432d95
1 changed files with 0 additions and 4 deletions

View File

@ -124,7 +124,3 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
STATIC_URL = '/static/'
STATICFILES_DIRS = [BASE_DIR / "static"]