add basic profile page
This commit is contained in:
parent
3cce57695d
commit
a0c32890a9
5 changed files with 32 additions and 4 deletions
|
|
@ -48,6 +48,8 @@ class Profile(models.Model):
|
|||
verbose_name = _('user profile')
|
||||
verbose_name_plural = _('user profile')
|
||||
|
||||
def get_absolute_url(self):
|
||||
return reverse('user_detail',args=(self.pk,))
|
||||
|
||||
class Club(models.Model):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue