added hooks and plugins files missing
This commit is contained in:
6
app/events.py
Normal file
6
app/events.py
Normal file
@ -0,0 +1,6 @@
|
||||
# Event name definitions
|
||||
|
||||
ON_USER_CREATED = 'on_user_created'
|
||||
ON_SUBMISSION_SAVED = 'on_submission_saved'
|
||||
ON_PLANT_TRANSFERRED = 'on_plant_transferred'
|
||||
ON_GROWLOG_UPDATED = 'on_growlog_updated'
|
Reference in New Issue
Block a user