Commit graph

4 commits

Author SHA1 Message Date
Youngkwang Yang
1a168aed1f
Add database migrations and sample fixture data 2025-07-24 02:28:46 +09:00
Youngkwang Yang
1e96fb671d
Add sample Django admin 2025-07-24 02:28:42 +09:00
Youngkwang Yang
10db6271ce
Add demo models with auditlog features
- Add Post, Category, Tag models demonstrating various field types
2025-07-24 02:19:39 +09:00
Youngkwang Yang
7bcc6e2110
Add basic Django sample project structure
- Add Django project configuration (settings, urls, wsgi, asgi)
- Add demo app with basic structure
- Add requirements.txt with Django and auditlog dependencies
- Add management script for running the sample project
2025-07-24 02:18:45 +09:00