Fix in dbadmin
This commit is contained in:
parent
338b1a0f70
commit
14df2be3c4
1 changed files with 3 additions and 4 deletions
|
|
@ -34,10 +34,9 @@ sys.path.insert(0, os.path.realpath('.'))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from settings import config
|
from settings import config
|
||||||
except:
|
except ModuleNotFoundError:
|
||||||
#print('You need a settings directory with a cuchulu configuration')
|
print('You need a settings directory with a cuchulu configuration')
|
||||||
#sys.exit(1)
|
sys.exit(1)
|
||||||
pass
|
|
||||||
|
|
||||||
def start():
|
def start():
|
||||||
"""Function for create and update mysql tables using webmodel classes and fields how source.
|
"""Function for create and update mysql tables using webmodel classes and fields how source.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue