https://github.com/vitalik/django-prototyper
UI for rapid Django apps creation (code-generation)
https://github.com/vitalik/django-prototyper
django python
Last synced: 4 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:44:32.000Z (almost 3 years ago)
- Last Synced: 2025-06-08T00:13:16.120Z (4 months ago)
- Topics: django, python
- Language: Vue
- Homepage:
- Size: 1000 KB
- Stars: 143
- Watchers: 13
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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