mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-22 17:10:30 +00:00
6 lines
185 B
Python
6 lines
185 B
Python
from test_auth_admin import *
|
|
from test_apiviews import *
|
|
from test_builtin_api_resources import *
|
|
from test_permissions import *
|
|
from test_modelforms import *
|
|
from test_views import *
|