Fix in dbadmin

This commit is contained in:
Antonio de la Rosa 2025-11-30 13:38:02 +01:00
parent 338b1a0f70
commit 14df2be3c4

View file

@ -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.