mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-13 16:22:42 +02:00
feat: rename app, some work on schema
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.urls import path
|
||||
import apps.import_app.views as views
|
||||
|
||||
urlpatterns = [
|
||||
path("import/", views.ImportRunCreateView.as_view(), name="import"),
|
||||
]
|
||||
Reference in New Issue
Block a user