A Django application for managing tasks, roles, and employees in IT projects.
Version: 1.0
- List, filter, and sort project tasks
- Detailed task view with comment support
- Management for roles, task types, and workers
- Strong password validation during user creation
- Bootstrap 5-based front-end
Create a .env file in your project root (next to manage.py) with your secret key:
Never commit .env to your repository.
Go to http://127.0.0.1:8000/ and log in!
catalog/- main app with models, views, formstemplates/- HTML templatesmanage.py- entrypoint scriptrequirements.txt- dependencies
- Do not store sensitive data (e.g.,
SECRET_KEY) in code or repository. - Always keep the
.envfile out of version control. - Review
.gitignorefor unnecessary files/folders (venv, db.sqlite3, .env etc).
MIT License
If you have any issues or suggestions, feel free to open an issue or pull request!