Fixes in console.py
This commit is contained in:
parent
934e4e1a1b
commit
858ff65899
3 changed files with 33 additions and 5 deletions
6
paramecio/settings/modules.py
Normal file
6
paramecio/settings/modules.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
list_modules=[]
|
||||
|
||||
from paramecio.modules.welcome import index
|
||||
|
||||
10
paramecio/settings/modules.py.admin
Normal file
10
paramecio/settings/modules.py.admin
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
list_modules=[]
|
||||
|
||||
from paramecio.modules.welcome import index
|
||||
|
||||
from paramecio.modules.admin import index
|
||||
|
||||
from paramecio.modules.lang import index
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue