You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i am using the template, in all DB question i put NO because i use MSSQL and the template dont have it.
But i get a error when i try to do the "make run-dev"
File "/mnt/c/Python/contabilium.api.common/config.py", line 94, in Dev
SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/%s.db' % Config.DB_NAME
AttributeError: type object 'Config' has no attribute 'DB_NAME'
i think this is the important fragment of the stacktrace of the error.
i think my NO to use SqlLite is ignored.
Any help can you give me?
The text was updated successfully, but these errors were encountered:
Hello Jullan. I'll take a look. I probably missed on your use-case. In the meantime, I suppose you can just set DB_NAME in config.py and use it to configure MSSQL, or you can just remove the default value in config.py.
Hello, i am using the template, in all DB question i put NO because i use MSSQL and the template dont have it.
But i get a error when i try to do the "make run-dev"
File "/mnt/c/Python/contabilium.api.common/config.py", line 94, in Dev
SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/%s.db' % Config.DB_NAME
AttributeError: type object 'Config' has no attribute 'DB_NAME'
i think this is the important fragment of the stacktrace of the error.
i think my NO to use SqlLite is ignored.
Any help can you give me?
The text was updated successfully, but these errors were encountered: