Skip to content

johansantana/learning-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Log

This is a Project to keep a track of what you learn. This project is based on a project from the book "Python Crash Course" with a few features and personal look and feel on top of it. Follow these steps to start a development server.

Set up development server

  1. Clone this repository
  2. Enter to the project directory and create virtual environment
  3. Install dependencies
pip install -r requirements.txt
  1. Run the development server
python manage.py runserver