A maintenance tracker system
- See the project proposal here
- Preliminary guidlines on how to get started with the project are here in the wiki
They are all listed in maintt/requirements.txt
. Install them via:
pip install -r <file-name>
Main:
- Django RESTFramework (DRF)
- Django
- python-dotenv - loading configuration files the 12Factor way.
- mysqlclient
Dev Dependencies:
- fake-factory - for faking fixtures for tests.
- See the wiki entry here for details.