✨(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:
committed by
Marie
parent
c117f67952
commit
d2bf44d2fd
@@ -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/).
|
||||
|
||||
Reference in New Issue
Block a user