(models) add slug field to Team model

Add slug field for team objects. Unique slug based on team names,
in an effort to avoid duplicates.
This commit is contained in:
Marie PUPO JEAMMET
2024-02-01 18:15:25 +01:00
committed by Marie
parent c117f67952
commit d2bf44d2fd
10 changed files with 153 additions and 29 deletions

View File

@@ -1,6 +1,8 @@
# People
People is an application to handle users and teams.
People is an application to handle users and teams.
This project is as of yet **not ready for production**. Expect breaking changes.
People is built on top of [Django Rest
Framework](https://www.django-rest-framework.org/).