This website requires JavaScript.
Explore
Help
Register
Sign In
xiaji
/
game-cards-poker-design
Watch
1
Star
0
Fork
0
You've already forked game-cards-poker-design
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f64c94a2f452b94e12fa9878cd42bdb030bb374b
game-cards-poker-design
/
backend
/
poker_api
/
__pycache__
/
settings.cpython-314.pyc
19 lines
2.0 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
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
+
Fix Django API routing and authentication issues - Add django.contrib.auth to INSTALLED_APPS - Fix URL routing structure for proper API endpoints - Add API root endpoint with endpoint information - Verify all API endpoints working correctly
2026-05-31 17:26:45 +08:00