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.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
Close
Hashes for manage_django_project-0.1.0rc1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2490f96eec89bac681f3b1b2f034b807a0787f2c0ea1144e4db35947b8d9600f |
|
MD5 | cbe9da6aca3c7013d1b7981f9e8b2898 |
|
BLAKE2b-256 | fa07661f426476e90475a187a0e8f6d7dfe79e606d8817975d4109e402163ba6 |
Close
Hashes for manage_django_project-0.1.0rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8517fe4a3e03f1b9b87cbbd660cb687a54ef74345f516c0550cfb0616100981 |
|
MD5 | 1f352cc9379a4b426a8172f368cb1a29 |
|
BLAKE2b-256 | d2904b035b76752a1e1f83eb4efdcbbaef3b5c67e8a0aff88d9165c56a88aed4 |