https://github.com/bendog/pyperth
Flask based version of the PDPD meetup website
https://github.com/bendog/pyperth
Last synced: 3 months ago
JSON representation
Flask based version of the PDPD meetup website
- Host: GitHub
- URL: https://github.com/bendog/pyperth
- Owner: bendog
- Created: 2019-11-08T02:48:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:51:16.000Z (over 3 years ago)
- Last Synced: 2025-04-02T12:49:24.568Z (about 1 year ago)
- Language: HTML
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Code of conduct: docs/code_of_conduct.md
Awesome Lists containing this project
README
# pyperth
Flask based version of the PDPD meetup website
## install
using pipenv
$ pipenv install
## running the dev server
(.venv)$ FLASK_APP=app.py FLASK_ENV=development flask run