Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitalik/django-prototyper

UI for rapid Django apps creation (code-generation)
https://github.com/vitalik/django-prototyper

django python

Last synced: 13 days ago
JSON representation

UI for rapid Django apps creation (code-generation)

Awesome Lists containing this project

README

        

# django-prototyper

[![Downloads](https://pepy.tech/badge/django-prototyper)](https://pepy.tech/project/django-prototyper)

A UI for generating django code

Please see introduction video for more details:

[](https://www.youtube.com/watch?v=QqHm2LfcKx0)

## 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