Skip to content

Commit ba02b7e

Browse files
committed
Add comment
1 parent b60196c commit ba02b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pycamp_bot/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ class Project(BaseModel):
152152
topic: string comma separated with the pertinences
153153
slot: ForeignKey with the slot asigned
154154
owner: ForeignKey with the pycamp user asigned
155+
repository_url: URL of the repository of the project
155156
'''
156157
name = pw.CharField(unique=True)
157158
difficult_level = pw.IntegerField(default=1)

0 commit comments

Comments
 (0)