Add empty feeds app
This commit is contained in:
parent
b112b69f52
commit
c971117e67
8 changed files with 35 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ if TYPE_CHECKING:
|
|||
from django.urls.resolvers import URLResolver
|
||||
|
||||
urlpatterns: list[URLPattern | URLResolver] = [
|
||||
path(route="silk/", view=include("silk.urls", namespace="silk")),
|
||||
path("", include("feeds.urls")),
|
||||
]
|
||||
if settings.DEBUG:
|
||||
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue