restructured folders

This commit is contained in:
Simone Robutti 2021-05-03 15:11:22 +02:00
parent 559a5d4e64
commit 6273e56311
4 changed files with 0 additions and 11 deletions

View File

View File

@ -16,14 +16,3 @@ class Event(Model):
class Meta:
table = "event"
class SocialNetwork(Model):
id = fields.IntField(pk=True)
name = fields.TextField()
def __str__(self):
return self.name
class Meta:
table = "social_network"

View File