Kumi
e4ae60d336
Introduce basic Django project structure, including ASGI application settings, forms setup for Playthrough model, command utilities, and initial migration files. Includes proper `.gitignore` definitions for Python and Django development standards. Initialize Bootstrap with custom theming and necessary static assets for frontend styling. Dedicate management command for setting outbound redirect destinations, enhancing administrative capabilities.
4 lines
No EOL
35 B
Text
4 lines
No EOL
35 B
Text
db.sqlite3
|
|
*.pyc
|
|
__pycache__/
|
|
venv/ |