From 871acd1dcecd3c75c8729a933765718104075017 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 25 Dec 2020 01:41:09 +0100 Subject: [PATCH] Improved class comment. --- django_lostplaces/lostplaces/models/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/django_lostplaces/lostplaces/models/models.py b/django_lostplaces/lostplaces/models/models.py index 453a936..cbf0a29 100644 --- a/django_lostplaces/lostplaces/models/models.py +++ b/django_lostplaces/lostplaces/models/models.py @@ -31,8 +31,9 @@ def generate_profile_image_filename(instance, filename): 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. + Provides additional attributes for user profile. """ user = models.OneToOneField(