Skip to content
tkotodd edited this page May 11, 2018 · 6 revisions

Django Builder

Getting Started

Django Builder is the new way to get your Django project started with fresh batteries.

This project eliminates the pain associated with starting a modern web projects by automatically generating the files, updating the code, and linking the models, views, html, and rest apis, using class based views.

Use the Django Builder GUI to configure your next Django project by following these simple steps:

1. Enter the name of the project

2. Enter the name of the app

3. Select the Django version

4. Adding Models to the app

5. Configuring the models and relationships

6. Downloading the preconfigured files

7. Firing up a local dev instance to test

8. Deploy to staging/prod

Includes:

Django 2.0 or 1.11

Django Channels

Django Rest

Django Crispy Forms

Angular

basic html templates

Clone this wiki locally