generated from westfarn/web_django_template
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from django.urls import path
|
||||
|
||||
from core import views
|
||||
|
||||
app_name = "core"
|
||||
|
||||
urlpatterns = [
|
||||
path("files/<uuid:pk>/", views.stored_file, name="stored_file"),
|
||||
]
|
||||
Reference in New Issue
Block a user