• Stars
    star
    137
  • Rank 266,121 (Top 6 %)
  • Language Vue
  • License
    MIT License
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

UI for rapid Django apps creation (code-generation)

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