Helper to develop Django projects.
Project description
manage_django_project
Helper to develop Django projects.
How to use it
TBD
Start hacking
Just clone the project and start ./manage.py
to bootstrap a virtual environment:
# Install base requirements for bootstraping:
~$ sudo apt install python3-pip python3-venv
# Get the sources:
~$ git clone https://github.com/jedie/manage_django_project.git
~$ cd manage_django_project/
# Just call manage.py:
~/manage_django_project$ ./manage.py --help
...
[manage_django_project]
code_style
coverage
install
project_info
run_dev_server
safety
tox
update_req
...
# start local dev. web server:
~/django-for-runners$ ./manage.py run_dev_server
# run tests:
~/django-for-runners$ ./manage.py test
# or with coverage
~/django-for-runners$ ./manage.py coverage
# or via tox:
~/django-for-runners$ ./manage.py tox
history
- dev
- TBC
- v0.1.1 - 13.03.2023
- Add
ProjectInfo.distribution_name
and set if frompyproject.toml
- publish command: Use
distribution_name
in publish call - publish command: Display used settings for
publish_package()
- Add
- v0.1.0 - 12.03.2023
- publish command: Bugfix test run before publishing: use the "test" settings
- coverage command: Remove a existing
.coverage
before create a new one
- v0.0.1 - 12.03.2023
- Init first version
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
Built Distribution
File details
Details for the file manage_django_project-0.1.1rc2.tar.gz
.
File metadata
- Download URL: manage_django_project-0.1.1rc2.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c1b954012f79dbd757843ceb6658b243495d85bc23179b352544e1ae1f41786 |
|
MD5 | e75f76f513ba11685f670642b8a86c63 |
|
BLAKE2b-256 | 097e9e716ec53a74a1f4141e79fe11b00346190522feb9e8e11d1af5ecb01f8f |
File details
Details for the file manage_django_project-0.1.1rc2-py3-none-any.whl
.
File metadata
- Download URL: manage_django_project-0.1.1rc2-py3-none-any.whl
- Upload date:
- Size: 32.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f8107d82f9671e009e0bbd7a4dcad596f6b2cfde8ac47a8ad44ddd9e1ecbaac |
|
MD5 | 080fafe175811c6242e008b80d4b12e9 |
|
BLAKE2b-256 | 65433eebac918989c4019ed37e57989e35d3c056ca156ad5c0209bf2a5db4879 |