🔧 chore(main.py): import setup_superuser function to be able to set up a superuser for the application
This commit is contained in:
parent
976b01875a
commit
828492eaf2
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ from langflow.interface.utils import setup_llm_caching
|
|||
from langflow.services.database.utils import initialize_database
|
||||
from langflow.services.manager import initialize_services, teardown_services
|
||||
from langflow.services.plugins.langfuse import LangfuseInstance
|
||||
from langflow.services.utils import setup_superuser
|
||||
from langflow.utils.logger import configure
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue