Exemplo n.º 1
0
 def insert_project(self):
     p = Project()
     p.title = "Example Project"
     p.comment = "This is an example project for the Django tests"
     p.save()
     return p
Exemplo n.º 2
0
 def insert_project(self):
     p = Project()
     p.title = "Example Project"
     p.comment = "This is an example project for the Django tests"
     p.save()
     return p