mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
parent
4daf570b98
commit
c6e6d4eeb7
26 changed files with 142 additions and 2 deletions
|
@ -30,8 +30,15 @@ TEST_SETTINGS = {
|
|||
|
||||
|
||||
class LiveServerBase(LiveServerTestCase):
|
||||
urls = 'servers.urls'
|
||||
|
||||
available_apps = [
|
||||
'servers',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
'django.contrib.sessions',
|
||||
]
|
||||
fixtures = ['testdata.json']
|
||||
urls = 'servers.urls'
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue