Browse Source

Actually add database urls

Colin Powell 3 years ago
parent
commit
c0c4d418c2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      emus/settings.py

+ 2 - 0
emus/settings.py

@@ -1,8 +1,10 @@
+import dj_database_url
 import os
 
 from django.utils.translation import gettext_lazy as _
 from dotenv import load_dotenv
 
+
 # Tap emus.conf if it's available
 if os.path.exists("emus.conf"):
     load_dotenv("emus.conf")