Skip to content

Latest commit

 

History

History
executable file
·
12 lines (10 loc) · 324 Bytes

File metadata and controls

executable file
·
12 lines (10 loc) · 324 Bytes

MyTime

My A-level ComSci project, a time and task-management webapp, made with Django.

Running the web server

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.

Writeup

The writeup is located at Document/main.pdf.