We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60196c commit ba02b7eCopy full SHA for ba02b7e
src/pycamp_bot/models.py
@@ -152,6 +152,7 @@ class Project(BaseModel):
152
topic: string comma separated with the pertinences
153
slot: ForeignKey with the slot asigned
154
owner: ForeignKey with the pycamp user asigned
155
+ repository_url: URL of the repository of the project
156
'''
157
name = pw.CharField(unique=True)
158
difficult_level = pw.IntegerField(default=1)
0 commit comments