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
3 lines
63 B
Python
3 lines
63 B
Python
from django.shortcuts import render
|
|
|
|
# Create your views here.
|