https://github.com/othreecodes/flask-peewee-starter
a flask-peewee starter for django developers
https://github.com/othreecodes/flask-peewee-starter
Last synced: about 1 month ago
JSON representation
a flask-peewee starter for django developers
- Host: GitHub
- URL: https://github.com/othreecodes/flask-peewee-starter
- Owner: othreecodes
- Created: 2017-06-08T22:31:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T23:33:40.000Z (over 8 years ago)
- Last Synced: 2025-01-20T12:30:47.087Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-peewee-starter
Simple flask starter for django developers
# getting started
```sh
git clone https://github.com/othreecodes/flask-peewee-starter.git app_name
pip install -r requirements.txt
cd app_name
python main.py
```