Files
MSState-Library-ETD/app/commands/__init__.py
T
Aaron Kimbrell e2137e7bb2 Setup Script
Database initialization
`python manage.py init_db`
2019-03-28 17:49:48 -05:00

5 lines
180 B
Python

# __init__.py is a special Python file that allows a directory to become
# a Python package so it can be accessed using the 'import' statement.
from .init_db import InitDbCommand