Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 356 Bytes

File metadata and controls

13 lines (10 loc) · 356 Bytes

blogLite

creating a virtual environment: python3 -m venv .blogLite-env activating virtual environment by sourcing: source .blogLite-env/bin/activate
install all the dependencies; pip install requirements.txt

Project structure application directory contains: database controllers models config - maybe to differ configs of production and development