Added app.py frontend
This commit is contained in:
parent
31b3118291
commit
e4c20bc65b
3 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
include paramecio2/*.py
|
||||
include paramecio2/config.py.sample
|
||||
include paramecio2/frontend/app.py
|
||||
include README.md
|
||||
include LICENSE.txt
|
||||
recursive-include paramecio2/libraries *
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ def start():
|
|||
|
||||
print('Error: cannot create the directory. Check if exists and if you have permissions')
|
||||
exit()
|
||||
# Create folder settings and copy index.py, admin.py
|
||||
# Create folder settings and copy app.py, admin.py
|
||||
|
||||
path_settings=args.path+'/settings'
|
||||
|
||||
|
|
|
|||
3
paramecio2/frontend/app.py
Normal file
3
paramecio2/frontend/app.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from paramecio2.app import start_app
|
||||
|
||||
app=start_app()
|
||||
Loading…
Add table
Add a link
Reference in a new issue