Register, create, delete, and modify tasks, labels, and statuses. Assign task executors and filter tasks by tags, statuses, and executors, or view only tasks that you have created!
Clone the repository:
git clone https://github.com/foxy-chay/python-project-52.git
Go to the project folder:
cd python-project-52
make install
Create an ".env" file in the root project directory:
touch .env
Add variables:
ROLLBAR_KEY (Rollbar key) SECRET_KEY (Secter key Django) DB_URL (Database) DEBUG
To use simple sqlite database use this record:
DB_URL='sqlite:///db.sqlite3'
make server
Use this app in browser on http://localhost:8080