Skip to content

Commit

Permalink
Merge pull request #75 from MBfromOK/patch-5
Browse files Browse the repository at this point in the history
Add DB_FOLDER description in _scaffold/settings.py
  • Loading branch information
mdipierro committed Oct 5, 2019
2 parents 781f929 + 4261b2c commit 4413b7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/_scaffold/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import os
# db settings
APP_FOLDER = os.path.dirname(__file__)
# DB_FOLDER: Sets the place where migration files will be created
# and is the store location for SQLite databases
DB_FOLDER = os.path.join(APP_FOLDER, 'databases')
DB_URI = 'sqlite://storage.db'
DB_POOL_SIZE = 1
Expand Down

0 comments on commit 4413b7f

Please sign in to comment.