mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-18 15:10:30 +00:00
7 lines
215 B
Python
7 lines
215 B
Python
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 *
|