Skip to content
Snippets Groups Projects
Commit f3f34a27 authored by Haakon Gunleiksrud's avatar Haakon Gunleiksrud
Browse files

Fix smells in settings.py

parent 30429017
No related branches found
No related tags found
2 merge requests!31Complete exercise 3,!29Hg backend smells
......@@ -96,7 +96,6 @@ if is_prod:
if 'DATABASE_URL' in os.environ:
import dj_database_url
print("\n\n\n\n\nHEI\n\n\n\n\n\n")
DATABASES = {'default': dj_database_url.config()}
else:
DATABASES = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment