Skip to main content

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 BOOTSTRAP_FOLDER

Quick start

  1. pip install django-app-bootstrapp

  2. Add “django_app_bootstrap” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django_app_bootstrap',
    ]
  3. Run python manage.py bootstrap_app to start the wizard.

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_app_bootstrap-1.0.8.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

django_app_bootstrap-1.0.8-py3-none-any.whl (20.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page