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