Skip to content

Commit

Permalink
small comment fix
Browse files Browse the repository at this point in the history
 mn/#87-support-elastic-7
  • Loading branch information
codekiln committed Jul 10, 2023
1 parent ba56d51 commit d8c2e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def root(*args):
ALLOWED_HOSTS = ['*']

# commented out because right now we're not using postgres for tests
# comment back in here and in in docker-compose if we need it for multiprocessing tests
# comment back in here and in docker-compose if we need it for multiprocessing tests
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.postgresql',
Expand Down

0 comments on commit d8c2e99

Please sign in to comment.