0.0.1
add new page levels
This commit is contained in:
@@ -133,6 +133,10 @@ MEDIA_ROOT = 'media/'
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_ROOT = '/'
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
BASE_DIR / "static",
|
||||
]
|
||||
|
||||
# Default primary key field type
|
||||
# https://docs.djangoproject.com/en/4.2/ref/settings/#default-auto-field
|
||||
|
||||
|
||||
Reference in New Issue
Block a user