Metadata-Version: 1.0
Name: django_app_bootstrap
Version: 1.0.3
Summary: Quickly generate application from django model files
Home-page: https://www.bapp.ro/
Author: Cristian Boboc
Author-email: cristi@cbsoft.ro
License: GNU
Description: =====
        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.
        
Platform: UNKNOWN
