create project and create model and dashboard
This commit is contained in:
2
app/utils/helpers.py
Normal file
2
app/utils/helpers.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def is_logged_in(session):
|
||||
return session.get("user_id") is not None
|
||||
Reference in New Issue
Block a user