mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
use google convention for docstrings
This commit is contained in:
@ -221,10 +221,7 @@ def sas_notification_callback(notif):
|
||||
|
||||
|
||||
class PeoplePictureRelation(models.Model):
|
||||
"""
|
||||
The PeoplePictureRelation class makes the connection between User and Picture
|
||||
|
||||
"""
|
||||
"""The PeoplePictureRelation class makes the connection between User and Picture."""
|
||||
|
||||
user = models.ForeignKey(
|
||||
User,
|
||||
|
Reference in New Issue
Block a user