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:
|
||||
from settings import config
|
||||
except:
|
||||
#print('You need a settings directory with a cuchulu configuration')
|
||||
#sys.exit(1)
|
||||
pass
|
||||
except ModuleNotFoundError:
|
||||
print('You need a settings directory with a cuchulu configuration')
|
||||
sys.exit(1)
|
||||
|
||||
def start():
|
||||
"""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