Skip to content

Study project #4. Task Manager web-application based on the Django framework.

Notifications You must be signed in to change notification settings

Boison88/Task-Manager

Repository files navigation

Study project #4 — «Task Manager»

Actions Status CI Maintainability Test Coverage

This repository was created as part of a Hexlet study project.

Task Manager this is a task management system based on the Django framework.
It allows you to set tasks, assign performers and change their statuses.

Try the project in work HERE


How to install

1. Clone this repository

    git clone https://github.com/Boison88/Task-Manager

2. Change Directory

    cd Task-Manager

3. Create .env file with secret key

    make env

4. Install poetry and required packages from pyproject.toml

    make install

5. Migrate all models inside SQLite database

    make migration

6. Run application

    # for dev and local use
    make dev
    
    # for deploy
    make start

About

Study project #4. Task Manager web-application based on the Django framework.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published