Potential speedups

This commit is contained in:
Mouse Reeve
2021-08-01 07:38:16 -07:00
parent 1333b0b3c3
commit 8d476804c2
2 changed files with 16 additions and 2 deletions

14
bookwyrm/test_settings.py Normal file
View File

@ -0,0 +1,14 @@
""" bookwyrm settings and configuration """
from bookwyrm.settings import *
MIGRATION_MODULES = {
'auth': None,
'contenttypes': None,
'default': None,
'sessions': None,
'core': None,
'profiles': None,
'snippets': None,
'scaffold_templates': None,
}