Logo
Explore Help
Register Sign In
xiaji/game-cards-poker-design
1
0
Fork 0
You've already forked game-cards-poker-design
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
game-cards-poker-design/backend/apps/templates/urls.py

7 lines
212 B
Python
Raw Permalink Normal View History

Fix Django migration issues and add missing URLs - Create missing templates app urls.py - Fix REST_FRAMEWORK pagination settings - Add DEFAULT_AUTO_FIELD configuration - Create migration files for all apps - Fix auto-generated model warnings - Verify database setup with test project
2026-05-31 16:01:00 +08:00
from django.urls import path
from .views import template_list, template_detail
urlpatterns = [
Rebuild Home and Editor pages with simplified inline styles - Replace Element Plus components with pure HTML/CSS - Use inline styles for reliable rendering - Fix templates URL duplicate path issue - Insert template data (4 templates) via Django shell - Clear Vite cache and restart both servers
2026-05-31 22:07:39 +08:00
path('', template_list, name='template-list'),
path('<str:pk>/', template_detail, name='template-detail'),
Fix Django migration issues and add missing URLs - Create missing templates app urls.py - Fix REST_FRAMEWORK pagination settings - Add DEFAULT_AUTO_FIELD configuration - Create migration files for all apps - Fix auto-generated model warnings - Verify database setup with test project
2026-05-31 16:01:00 +08:00
]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 19ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API