Skip to content

Commit

Permalink
change settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
emregeldegul committed Apr 7, 2021
1 parent ab87ab3 commit 381c83a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,5 @@ dmypy.json

demongo.db

settings_local.py

.idea/*
6 changes: 1 addition & 5 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@
BASEDIR = path.abspath(path.dirname(__file__))
SQLALCHEMY_DATABASE_URI = 'sqlite:///' + path.join(BASEDIR, 'demongo.db')
SQLALCHEMY_TRACK_MODIFICATIONS = False

try:
from settings_local import *
except:
pass
SECRET_KEY = "demongo"

0 comments on commit 381c83a

Please sign in to comment.