mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-28 09:27:49 +01:00
restructured folders
This commit is contained in:
parent
559a5d4e64
commit
6273e56311
0
mobilizon_bots/models/__init__.py
Normal file
0
mobilizon_bots/models/__init__.py
Normal 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"
|
0
mobilizon_bots/storage/__init__.py
Normal file
0
mobilizon_bots/storage/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user