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:
Depends on:
* black
* build
* click
* django
* ipython
* twine
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
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.3.4.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_devapp-0.3.4.tar.gz.
File metadata
- Download URL: django_devapp-0.3.4.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.0 CPython/3.13.7 Linux/6.1.0-39-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a663081b0d6d056a80faa4678067d0ef97581ed40760f080988804912471cb4
|
|
| MD5 |
879fa7659359ffc1547a9fccb5b9ee15
|
|
| BLAKE2b-256 |
6168d42e816d4b790caa85eaea88763228436155dca20b5b76412737aac4af30
|
File details
Details for the file django_devapp-0.3.4-py3-none-any.whl.
File metadata
- Download URL: django_devapp-0.3.4-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.0 CPython/3.13.7 Linux/6.1.0-39-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e43d8871d015f6a9911bbb7ae96cc0fc7ee85a1ceb890efc65183e16e798d44
|
|
| MD5 |
42e29cecebc246b62d4e5b2d68274cb9
|
|
| BLAKE2b-256 |
4f48afb02557f3702bd4303ad67b08c2fb58aa51534fecea8a2e878491abf36f
|