A simple web application for managing tasks in a company or team. Implemented in the Django 4 framework using built-in class-based views and a PostgreSQL database.
Task Manager - link to the project risen on Railway.
for tests and local using this section may be skipped and SQLite can be used
sudo apt install postgresql
whoami
{yourusername}
sudo -u postgres createuser --createdb {yourusername}
createdb {yourdb}
git clone [email protected]:Alexey-Shepelev/python-project-52.git
cd python-project-52
SECRET_KEY={your_secret_key}
DATABASE_URL=postgresql://{yourusername}:{password}@{host}:{port}/{yourdb}
delete if intend to use SQLite
ROLLBAR_ACCESS_TOKEN={your_rollbar_token}
to use Rollbar
make install
make migrate
Start command for local use
make dev
Start command for deploy
make start
![]() |
![]() |
|---|---|
![]() |
![]() |



