Skip to content

Pest12/Task-manager

Repository files navigation

Task manager

Hexlet tests and linter status:

Actions Status Project2 check Test Coverage Maintainability

Description

Task Manager is a task management system similar to http://www.redmine.org /. It allows you to set tasks, assign performers and change their statuses.

Installation

Clone the repository git clone [email protected]:Pest12/python-project-52.git

Go to the project directory and install dependencies using Poetry:

cd python-project-52 && make install

To run the site locally on the development server, you need to:

  • Create a file .env based on .env.sample cp .env.sample .env
  • Fill DATABASE_URL and SECRET_KEY DEBUG=True in .env
  • Run make makemigrations && make migrate

Start project

To start the server in a production environment using Gunicorn, run the command:

make start

Run the server locally in development mode with the debugger active:

make run-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages