Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 202 Bytes

File metadata and controls

16 lines (8 loc) · 202 Bytes

django-hello-world

A begginers hello world guide to the django web framework.

Install requirements:

python3 -venv .venv

source .venv/bin/activate


pip install -r requirements.txt