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.
horrible-todo/README.md

428 B

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