diff --git a/backend/apps/templates/__pycache__/urls.cpython-314.pyc b/backend/apps/templates/__pycache__/urls.cpython-314.pyc index f0a394b..8f8d7d2 100644 Binary files a/backend/apps/templates/__pycache__/urls.cpython-314.pyc and b/backend/apps/templates/__pycache__/urls.cpython-314.pyc differ diff --git a/backend/apps/templates/urls.py b/backend/apps/templates/urls.py index 7d11d06..423ba5c 100644 --- a/backend/apps/templates/urls.py +++ b/backend/apps/templates/urls.py @@ -1,9 +1,7 @@ from django.urls import path from .views import template_list, template_detail -app_name = 'templates' - urlpatterns = [ - path('templates/', template_list, name='template-list'), - path('templates//', template_detail, name='template-detail'), + path('', template_list, name='template-list'), + path('/', template_detail, name='template-detail'), ] \ No newline at end of file diff --git a/backend/db.sqlite3 b/backend/db.sqlite3 index 153fd5d..ee29850 100644 Binary files a/backend/db.sqlite3 and b/backend/db.sqlite3 differ diff --git a/frontend/src/views/Editor.vue b/frontend/src/views/Editor.vue index a5c94dc..067ba7a 100644 --- a/frontend/src/views/Editor.vue +++ b/frontend/src/views/Editor.vue @@ -1,481 +1,169 @@ - - diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index 9137ecd..ffae222 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -1,300 +1,124 @@ - -