Начал доводить шаблоны под единый стиль
This commit is contained in:
@@ -122,6 +122,9 @@ USE_TZ = True
|
||||
# https://docs.djangoproject.com/en/6.0/howto/static-files/
|
||||
|
||||
STATIC_URL = 'static/'
|
||||
STATICFILES_DIRS = [
|
||||
BASE_DIR / STATIC_URL
|
||||
]
|
||||
|
||||
STORAGES = {
|
||||
# default storage for user uploads
|
||||
|
||||
@@ -19,5 +19,6 @@ from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('', include("music.urls")),
|
||||
path('music/', include("music.urls")),
|
||||
path('', include("core.urls")),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user