Basic tools to manage a django application outside of a Django project.
Project description
Django DevApp
Basic tools to manage a django application outside of a Django project.
Inspired from:
Help
$ dev --help
Usage: dev [OPTIONS]
Options:
-a Create Application
-b Run Black [default: black]
-bb Build Application
-m Make Migrations
-M Migrate
-n TEXT The name of the application or DEVAPP_NAME env variable.
[required]
-pp Upload to Pypi
-s Run Django Shell
--help Show this message and exit.
Example
$ tree
.
├── LICENSE
├── pyproject.toml
├── README.md
└── setup.cfg
$ export DEVAPP_NAME=app
$ dev -a
$ tree
.
├── db.sqlite3
├── LICENSE
├── pyproject.toml
├── app
│ ├── admin.py
│ ├── apps.py
│ ├── __init__.py
│ ├── migrations
│ │ └── __init__.py
│ ├── models.py
│ ├── tests.py
│ └── views.py
├── README.md
└── setup.cfg
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-devapp-0.2.0.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for django_devapp-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f17859524426bf95770cec5e72ae8d9e2566c0bb39e36183544f20436fe07b14 |
|
MD5 | 738dc0cae0f9a2146bd1f0bdc1f344d6 |
|
BLAKE2b-256 | d573e5ead4e54fac1434e702f674cfcd6cafbe76e5c4d4f1f0e50b0d7047e684 |