Revert "🎨 Make asyncio available in shell automatically"
This reverts commit 0ec26895c0.
This commit is contained in:
parent
0ec26895c0
commit
485ddc01fb
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ def shell(root: str = "."):
|
||||||
from IPython import start_ipython
|
from IPython import start_ipython
|
||||||
shell_vars = {
|
shell_vars = {
|
||||||
"p": project,
|
"p": project,
|
||||||
"asyncio": asyncio,
|
|
||||||
}
|
}
|
||||||
from traitlets.config.loader import Config
|
from traitlets.config.loader import Config
|
||||||
c = Config()
|
c = Config()
|
||||||
|
|
@ -104,6 +103,7 @@ def createsuperuser(root: str = "."):
|
||||||
print("Auth app not installed! Please add 'ohmyapi_auth' to your INSTALLED_APPS.")
|
print("Auth app not installed! Please add 'ohmyapi_auth' to your INSTALLED_APPS.")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
import asyncio
|
||||||
import ohmyapi_auth
|
import ohmyapi_auth
|
||||||
email = input("E-Mail: ")
|
email = input("E-Mail: ")
|
||||||
username = input("Username: ")
|
username = input("Username: ")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue