Use admin for test site

This commit is contained in:
Jan-Jelle Kester 2020-08-31 14:14:12 +02:00
parent c619b8c606
commit 228c5949fb

6
auditlog_tests/admin.py Normal file
View file

@ -0,0 +1,6 @@
from django.contrib import admin
from auditlog.registry import auditlog
for model in auditlog.get_models():
admin.site.register(model)