This repository has been archived on 2019-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
William Sandbrink e76628f048 update requirements.txt 2019-08-22 17:53:39 +02:00
tasks Update main.css 2019-05-21 10:07:42 +02:00
todo whoops 2019-05-16 12:19:37 +02:00
users update styling 2019-05-16 10:22:19 +02:00
.gitattributes Update .gitattributes 2019-05-09 13:15:56 +02:00
.gitignore Update .gitignore 2019-03-27 23:02:05 +01:00
LICENSE Initial commit 2019-03-27 23:00:46 +01:00
manage.py added project 2019-03-27 23:12:42 +01:00
README.md Update README.md 2019-05-16 13:19:04 +02:00
requirements.txt update requirements.txt 2019-08-22 17:53:39 +02:00

horrible-todo

Tested with Python >3.7

Installation

  • Clone the repo

  • Create a virtual environment with python -m venv env

  • Activate the environment on windows: env\scripts\activate Unix based systems todo...

  • Install the dependencies pip install -r requirements.txt

  • Create a database python manage.py migrate

  • Run the server python manage.py runserver

  • Visit localhost:8000