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 details)
Built Distribution
File details
Details for the file django-devapp-0.2.0.tar.gz
.
File metadata
- Download URL: django-devapp-0.2.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96961c78901b8420bbc29af450a65c98e754158d464d38d5ba53559b39a73b41 |
|
MD5 | 85496c875499e3c58b1e38ce864ea8f5 |
|
BLAKE2b-256 | 37f643324cad2bce72f521713c35d2b6b15453b3c30f8f5d3ec96767759ac099 |
Provenance
File details
Details for the file django_devapp-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: django_devapp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f17859524426bf95770cec5e72ae8d9e2566c0bb39e36183544f20436fe07b14 |
|
MD5 | 738dc0cae0f9a2146bd1f0bdc1f344d6 |
|
BLAKE2b-256 | d573e5ead4e54fac1434e702f674cfcd6cafbe76e5c4d4f1f0e50b0d7047e684 |