/opt/cloudlinux/venv/lib/python3.11/site-packages/testfixtures/tests/test_django
NameSizeModeActions
__pycache__/-0755rm
manage.py2730644editdlrm
models.py2500644editdlrm
settings.py2610644editdlrm
test_compare.py29320644editdlrm
test_shouldraise.py6280644editdlrm
__init__.py00644editdlrm
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/testfixtures/tests/test_django/settings.py (261B)
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'