initial
This commit is contained in:
5
web/models/project.py
Normal file
5
web/models/project.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.db import models
|
||||
|
||||
|
||||
class Project(models.Model):
|
||||
name = models.TextField()
|
Reference in New Issue
Block a user