Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/vitalik/django-prototyper
- Owner: vitalik
- License: mit
- Created: 2018-03-19T14:31:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:44:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T05:33:48.337Z (21 days ago)
- Topics: django, python
- Language: Vue
- Homepage:
- Size: 1000 KB
- Stars: 137
- Watchers: 14
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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