Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Remove warnings when starting/testing the app
Browse files Browse the repository at this point in the history
  • Loading branch information
CM Lubinski authored and willbarton committed Apr 11, 2016
1 parent aa51ba7 commit 7b80173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions regcore/db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
the associated backend class instead (e.g. for Django, elastic search, or
the splitter backend)."""

import sys
from importlib import import_module

from django.conf import settings
from django.utils.importlib import import_module


def _select(key):
Expand Down
1 change: 1 addition & 0 deletions regcore/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'regcore_read',
'regcore_write',
]
MIDDLEWARE_CLASSES = []

SECRET_KEY = os.environ.get('DJANGO_SECRET_KEY', get_random_string(50))

Expand Down

0 comments on commit 7b80173

Please sign in to comment.