Quickly generate application from django model files
Project description
# DJANGO APP BOOTSTRAP
A simple django application that can speedup your development by generating code from models.
Specify a different application structure to process by entering the full path to the folder in settings.py variable BOOTSRAP_FOLDER
Quick start
pip install django-app-bootstrapp
Add “django_app_bootstrap” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'django_app_bootstrap', ]
Run python manage.py bootstrap_app to start the wizard.
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 django_app_bootstrap-1.0.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 652e5c91164d258bcf80fe7741510a432c9bd64c1f4ecadb90518608c27f7b43 |
|
MD5 | b3cc1a1dae48c874f4cb2b400583a001 |
|
BLAKE2b-256 | 7408ece65dac1dfc5231092dfc4ce4d5fcd94f06ae1acf62b888f8248ebe4172 |
Close
Hashes for django_app_bootstrap-1.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f912abd39353e36f16e5504788d8adbd5ad4901da05d8ec53d6e69fd95dc5553 |
|
MD5 | 19f2d036c031c30dc745903761c8dbec |
|
BLAKE2b-256 | 577de07e91e07859cb41821c4e1ec36a3f24321719e6404d7d73d1dc9fd30280 |