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.4.3.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.4.3.tar.gz.
File metadata
- Download URL: django_devapp-0.4.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.3 CPython/3.13.12 Linux/6.1.0-44-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9eea97771e4aec605f2f13fc051c5332f9d22898617c869e2ae350523f652a0e
|
|
| MD5 |
09829891f3a4922034dbd72f59b2bc32
|
|
| BLAKE2b-256 |
0f7a52e8f0c76a2df7fe0cef02ef5251dc86a14bcb7fbbb2325989a4b88da2b3
|
File details
Details for the file django_devapp-0.4.3-py3-none-any.whl.
File metadata
- Download URL: django_devapp-0.4.3-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.3 CPython/3.13.12 Linux/6.1.0-44-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04fe69e322b432114dfacc60d18e5ae6fa80810ca9cf5c3ae9c04f45dc765082
|
|
| MD5 |
1094a37ae6e669384dd7797bc5ec11a4
|
|
| BLAKE2b-256 |
c5fc2728b94c286de5a3af9ca3a7d43efa2d6c26cd163b37eb6c6dc281d71eb7
|