This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django-auditlog
Watch
1
Star
0
Fork
You've already forked django-auditlog
0
mirror of
https://github.com/jazzband/django-auditlog.git
synced
2026-05-12 01:23:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c59a264804
django-auditlog
/
auditlog_tests
/
test_app
/
apps.py
6 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
Add app configs
2015-10-07 20:24:41 +00:00
from
django
.
apps
import
AppConfig
class
AuditlogTestConfig
(
AppConfig
)
:
Let CI also check for missing migrations (#706) * Refactor: re-arrange test application This was triggered by the need to run "python manage.py", which is impossible when serving the whole project in the same directory as is configured in INSTALLED_APPS ("auditlog_tests"). This setup is heavily inspired by other jazzband projects. * Add check for missing migrations
2025-03-19 16:28:43 +00:00
name
=
"
test_app
"
Reference in a new issue
Copy permalink