Improved class comment.
This commit is contained in:
parent
14ca45d111
commit
871acd1dce
@ -31,8 +31,9 @@ def generate_profile_image_filename(instance, filename):
|
|||||||
|
|
||||||
class Explorer(models.Model):
|
class Explorer(models.Model):
|
||||||
"""
|
"""
|
||||||
Profile that is linked to the a User.
|
Profile that is linked to the Django user.
|
||||||
Every user has a profile.
|
Every user has a profile.
|
||||||
|
Provides additional attributes for user profile.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
user = models.OneToOneField(
|
user = models.OneToOneField(
|
||||||
|
Loading…
Reference in New Issue
Block a user