mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-09 08:04:43 +00:00
- 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
1 line
44 B
Python
1 line
44 B
Python
default_app_config = "demo.apps.DemoConfig"
|