Added variable for search the paramecio folder
This commit is contained in:
parent
70a9ee9eb6
commit
e839682899
1 changed files with 8 additions and 0 deletions
|
|
@ -4,6 +4,14 @@
|
||||||
|
|
||||||
from paramecio.cromosoma.webmodel import WebModel
|
from paramecio.cromosoma.webmodel import WebModel
|
||||||
|
|
||||||
|
# No touch it if you don't know what are you doing
|
||||||
|
|
||||||
|
import sys
|
||||||
|
|
||||||
|
paramecio_root=os.path.dirname(sys.modules['paramecio'].__file__)
|
||||||
|
|
||||||
|
#####
|
||||||
|
|
||||||
#server_used="wsgiref"
|
#server_used="wsgiref"
|
||||||
|
|
||||||
#Host/IP where bind the server
|
#Host/IP where bind the server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue