mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-17 21:31:05 +00:00
8 lines
245 B
Python
8 lines
245 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 *
|
|
from test_nestedobjects import *
|
|
from test_filters import *
|