Advanced extended command line tool for Django
mirage-django-lts
mirage ~ ♪ extended django admin or manage.py command.
Installing Mirage with Pipenv is recommended.
pipenv install -d mirage-django-lts
If you don’t use pipenv
, you can install it with pip.
pip install mirage-django-lts
You can build this package manually.
make before_node
make build_all
Usage:
mg [action] option <--sub-option>
mg [action]:[subaction] option <--sub-option>
[Create Project]
new Create a new Django project.
new:react Create a new Django API project with React.js front-end.
new:ng Create a new Django API project with Angular.
--nebular Create a new Angular project with Nebular.
--material Create a new Angular project with Material theme.
[Utilities]
b app Backup exsiting app.
browser Launch browser set as default by system.
conf Generate miragefile or reconfig