Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 287B

12345678
  1. from .test_backends import BackendTest
  2. from .test_commands import CommandTest
  3. from .test_lockfile import LockTest
  4. from .test_mail import MailTest
  5. from .test_models import ModelTest
  6. from .test_utils import UtilsTest
  7. from .test_cache import CacheTest
  8. from .test_views import AdminViewTest