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
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 manage_django_project-0.1.0.tar.gz.
File metadata
- Download URL: manage_django_project-0.1.0.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cad26d4d0c9204230ca79a67a1588f1943f0307c8d574560571aa3492ccea31b
|
|
| MD5 |
93793f08acb165aa4eda3be976d112e4
|
|
| BLAKE2b-256 |
6d114cfb2e33987e199121a4ddb17fa9cce9cac6755f609273fe52d10e8ebdc0
|
File details
Details for the file manage_django_project-0.1.0-py3-none-any.whl.
File metadata
- Download URL: manage_django_project-0.1.0-py3-none-any.whl
- Upload date:
- Size: 31.0 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 |
618fc1c9e74daac445e6f146eb1facb527dba3696b5933068fdeefdbe44418df
|
|
| MD5 |
a6eeaa19bce359969668aaba792856e2
|
|
| BLAKE2b-256 |
762b667ca852b54afa42303b6f60e96df85135463f908a65d537e34b730f2c2a
|