My A-level ComSci project, a time and task-management webapp, made with Django.
Install sqlite and Django,
cd mysite and run python manage.py runserver.
Then visit http://127.0.0.1:8000/tasks/ in your browser to get started.
The writeup is located at Document/main.pdf.