vitalik / django-prototyper

UI for rapid Django apps creation (code-generation)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-prototyper

Downloads

A UI for generating django code

Please see introduction video for more details:

Installation

# if you have python2
python3 -m venv .env
source .env/bin/activate
pip install django-prototyper

Usage

prototyper ./myproject1

Then open your browser and go to http://localhost:8080/ and follow UI

About

UI for rapid Django apps creation (code-generation)

License:MIT License


Languages

Language:Vue 52.0%Language:Python 35.4%Language:JavaScript 10.4%Language:CSS 1.4%Language:Dockerfile 0.5%Language:HTML 0.2%