mirror of
https://github.com/aronwk-aaron/MSState-Library-ETD.git
synced 2026-04-26 06:08:14 -05:00
e2137e7bb2
Database initialization `python manage.py init_db`
5 lines
180 B
Python
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
|