Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 committed Dec 12, 2023
1 parent 9db3dc1 commit 472c243
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 279 deletions.
5 changes: 0 additions & 5 deletions admin_settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,6 @@
'default': dj_database_url.config(engine='django_db_geventpool.backends.postgresql_psycopg2')
}

DATABASES['cache_db'] = {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'cache.db'
}

DATABASE_ROUTERS = ['admin_settings.cache_router.CacheRouter']

# Password validation
Expand Down
273 changes: 0 additions & 273 deletions admin_settings/tests/settings.py

This file was deleted.

2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
DJANGO_SETTINGS_MODULE = admin_settings.tests.settings
DJANGO_SETTINGS_MODULE = admin_settings.settings
python_files = tests.py test_*.py *_tests.py
addopts = -p no:warnings --strict-markers --no-migrations --create-db
log_cli = 1
Expand Down

0 comments on commit 472c243

Please sign in to comment.