mock admin role
This commit is contained in:
parent
6607c8a168
commit
7d302302d0
2 changed files with 14 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""Everything to do with Apps"""
|
||||
|
||||
from database import db
|
||||
from .models import App
|
||||
from .models import App, AppRole
|
||||
|
||||
class LITApp(App):
|
||||
"""
|
||||
|
|
@ -29,4 +29,4 @@ class LITApp(App):
|
|||
"installed": "",
|
||||
"ready": "",
|
||||
"message": "",
|
||||
}
|
||||
}
|
||||
Reference in a new issue