Skip to content

evolochay/python-project-52

Repository files navigation

Hexlet tests and linter status:

Actions Status

GitHub Actions

linter & tests

Code Climate

Maintainability

Test Coverage

Test Coverage

Task Manager

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!

Railway

Installation

Clone the repository:

git clone https://github.com/foxy-chay/python-project-52.git

Go to the project folder:

cd python-project-52

Install Poetry

make install

Settings

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'

Start project

make server

Use this app in browser on http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published