# Developing Hermine We document here the Hermine-specific aspects of the code. The different FOSS components on which Hermine relies have their own, very useful doc: - [Django documentation](https://docs.djangoproject.com) - [Django REST Framework documentation](https://www.django-rest-framework.org/) - [Django filter](https://django-filter-model.readthedocs.io/) - [Pacakge URL (Purl) specification](https://github.com/package-url/purl-spec) and its [Python library](https://github.com/package-url/packageurl-python) ```{toctree} --- maxdepth: 2 caption: Contents --- dev_workflow coding_standards data_model permissions django_tags tests performances ```