Skip to content
Snippets Groups Projects
Commit b7c8a10b authored by Sigurd Brustad Greiff's avatar Sigurd Brustad Greiff
Browse files

ss

parent ccfc6696
No related branches found
No related tags found
No related merge requests found
Pipeline #155553 canceled with stage
...@@ -18,6 +18,7 @@ class User(AbstractUser): ...@@ -18,6 +18,7 @@ class User(AbstractUser):
country = models.TextField(max_length=50, blank=True) country = models.TextField(max_length=50, blank=True)
city = models.TextField(max_length=50, blank=True) city = models.TextField(max_length=50, blank=True)
street_address = models.TextField(max_length=50, blank=True) street_address = models.TextField(max_length=50, blank=True)
goal = models.TextField(max_length=200, blank=True)
def athlete_directory_path(instance, filename): def athlete_directory_path(instance, filename):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment