Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 582 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 582 Bytes

Learning Log

Python Django project from "Python crash course" book

This is a site for tracking your learning, based on the django and bootstrap frameworks Here is the link

Download & boot:

  • For Linux
git clone https://github.com/Hocuda/learning_log
cd learning_log
python3 -m venv ll_env
source ll_env/bin/activate
python3 manage.py runserver
  • For Windows
git clone https://github.com/Hocuda/learning_log
cd learning_log
python -m venv ll_env
ll_env/Scripts/activate
python manage.py runserver