参考
Go to file
userName ba8e5ee95a lqs
2024-08-25 04:20:21 +00:00
__pycache__ lqs 2024-08-25 04:20:21 +00:00
addons lqs 2024-08-25 04:20:21 +00:00
database lqs 2024-08-25 04:20:21 +00:00
__init__.py lqs 2024-08-25 04:20:21 +00:00
main.py lqs 2024-08-25 04:20:21 +00:00
README.md lqs 2024-08-25 04:20:21 +00:00
requirements.txt lqs 2024-08-25 04:20:21 +00:00
server_1.py lqs 2024-08-25 04:20:21 +00:00
server_2.py lqs 2024-08-25 04:20:21 +00:00
server.conf lqs 2024-08-25 04:20:21 +00:00

alembic init alembic [sqlalchemy] url = postgresql+psycopg2://user:password@localhost/dbname

import sys import os.path sys.path.append(os.path.realpath('../addons/base/models')) import ir_module_module target_metadata = ir_module_module.Base.metadata