Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 360 Bytes

README.rst

File metadata and controls

35 lines (16 loc) · 360 Bytes

django-prototyper

UI for generating django code

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