mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
parent
99bd39ef6e
commit
2fef9e5375
95 changed files with 101 additions and 101 deletions
|
@ -1,8 +1,8 @@
|
|||
import os
|
||||
|
||||
from django import conf
|
||||
from django.apps import app_cache
|
||||
from django.contrib import admin
|
||||
from django.core.apps import app_cache
|
||||
from django.test import TestCase, override_settings
|
||||
from django.utils.autoreload import gen_filenames
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import sys
|
|||
import unittest
|
||||
from zipimport import zipimporter
|
||||
|
||||
from django.core.apps import app_cache
|
||||
from django.apps import app_cache
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
from django.test import SimpleTestCase
|
||||
from django.utils import six
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue