set STATIC_ROOT in core.settings; disabled admin in same & .urls

This commit is contained in:
Disco DeDisco
2026-01-03 22:04:39 -05:00
parent e3e753369f
commit 85f1db1bc3
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ ALLOWED_HOSTS = []
INSTALLED_APPS = [
# Django apps
'django.contrib.admin',
# 'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
@@ -120,3 +120,4 @@ USE_TZ = True
# https://docs.djangoproject.com/en/6.0/howto/static-files/
STATIC_URL = 'static/'
STATIC_ROOT = BASE_DIR / 'static'