devmason-server
devmason-server copied to clipboard
The server behind devmason - Implementing the Pony Build Server API
Results
1
devmason-server issues
Sort by
recently updated
recently updated
newest added
Is reducing the max from 500 to 255 a bad idea? class Repository(models.Model): """ Representation of a version control system repository. """ project = models.ForeignKey(Project, related_name='repos') url = models.CharField(max_length=255, unique=True)...