hacking
This commit is contained in:
parent
9ab43375b6
commit
186d472141
19 changed files with 412 additions and 17 deletions
|
|
@ -161,6 +161,10 @@ USE_TZ = True
|
|||
|
||||
STATIC_URL = "static/"
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
BASE_DIR / "static",
|
||||
]
|
||||
|
||||
# Default primary key field type
|
||||
# https://docs.djangoproject.com/en/4.1/ref/settings/#default-auto-field
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue