mirror of
https://github.com/wahyd4/crawlab.git
synced 2026-08-20 02:26:43 +10:00
added models
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from mongoengine import *
|
||||
|
||||
from model.base import BaseModel
|
||||
|
||||
|
||||
class Node(BaseModel):
|
||||
_id = ObjectIdField()
|
||||
node_ip = StringField()
|
||||
node_name = StringField()
|
||||
node_description = StringField()
|
||||
Reference in New Issue
Block a user