Commit 9736646baf554a1b2bb319e8f60b27ae8dd25226
- dbsetup.py 3 -++
- Diff rendering mode:
- inline
- side by side
dbsetup.py
3 | 3 | ||
---|---|---|---|
4 | # Create and setup databases for the first time run of the application | 4 | # Create and setup databases for the first time run of the application |
5 | 5 | ||
6 | 6 | import sys | |
7 | import os | ||
7 | 8 | ||
8 | # Get the path to the base directory of the app | 9 | # Get the path to the base directory of the app |
9 | BASE_DIR = os.path.join(os.path.dirname(__file__)) | 10 | BASE_DIR = os.path.join(os.path.dirname(__file__)) |