https://github.com/angeal185/python-website-created-with-flask-and-jinja
python website created with flask and jinja
https://github.com/angeal185/python-website-created-with-flask-and-jinja
Last synced: 4 months ago
JSON representation
python website created with flask and jinja
- Host: GitHub
- URL: https://github.com/angeal185/python-website-created-with-flask-and-jinja
- Owner: angeal185
- License: mit
- Created: 2017-02-03T10:21:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:15:21.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T11:19:32.199Z (8 months ago)
- Language: Python
- Size: 306 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-website-created-with-flask-and-jinja
python website created with flask and jinja# Instructions
create virtual env
install requirements
````
pip install -r /path/to/requirements.txt
````
start
````
python application.py
````
done