Firefly Task Manager [Open Site]
An indie web project for simple task management in development teams.
Tech stack: python3, Django4, django-taggit, django-select2, django signals, Bootstrap5, crispy-bootstrap5
- Teams management with their own members and projects.
- Separated tasks management for different projects.
- Notification system [based on the django signals] with filtering for current Team/Project.
- User-friendly multiselect inputs with autocompleting.
You must have installed Python 3.10.0 or above
(Instructions for Windows)
- Installing project:
git clone https://github.com/Quiet-Klirik/firefly-task-manager.git
cd firefly-task-manager
py -m venv venv
venv/Scripts/activate
pip install -r requirements.txt
- Setting up DB
py manage.py migrate
py manage.py loaddata fixture_demo.json
- Start project
py manage.py runserver
- Username:
user.demo
- Password:
demo_password