Commit graph

2 commits

Author SHA1 Message Date
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