Metadata-Version: 2.1
Name: django-app-bootstrap
Version: 1.0.2
Summary: Quickly generate application from django model files
Home-page: https://www.bapp.ro/
Author: Cristian Boboc
Author-email: cristi@cbsoft.ro
License: GNU
Platform: UNKNOWN

=====
Polls
=====

A simple django application that can speedup your development by generating code from models.


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.


