.. | |||||
__pycache__ | |||||
__init__.py | |||||
manage.py | |||||
models.py | |||||
settings.py | |||||
test_compare.py | |||||
test_shouldraise.py |
SECRET_KEY = 'fake-key' INSTALLED_APPS = [ 'django.contrib.auth', 'django.contrib.contenttypes', "testfixtures.tests.test_django", ] DATABASES = {'default': {'ENGINE': 'django.db.backends.sqlite3'}} DEFAULT_AUTO_FIELD='django.db.models.AutoField'
.. | |||||
__pycache__ | |||||
__init__.py | |||||
manage.py | |||||
models.py | |||||
settings.py | |||||
test_compare.py | |||||
test_shouldraise.py |