Yoann Chevalier
Yoann Chevalier
This is more a question than an issue. In the checkout form the start date is a required field. https://github.com/GhostManager/Shepherd/blob/dfba838ec4f5713110d8b1afd8b060734dfea9d0/catalog/forms.py#L20 But when the History instance is created, it is forced...
The client field in the Checkout form is a free text area. https://github.com/GhostManager/Shepherd/blob/dfba838ec4f5713110d8b1afd8b060734dfea9d0/catalog/forms.py#L19 Is there a reason it is not a ModelChoiceField like the Project Type to select from the...
This is a proposition to fix #18
This commit Fix #16
There is an error when on tries to delete a domain. ``` Internal Server Error: /admin/catalog/domain/ ... File "/opt/Shepherd/catalog/models.py", line 193, in __str__ return f'{self.client} {self.project.project_type} - {self.domain.name} ({self.activitytype.activity}) {self.start_date}...