Closed wangchuntao816 closed 1 year ago
DO NOT post your DB username and password.
You can not use models in your app before your project setup. Please move from clickhouse_backend.models import ClickhouseModel
and other relavant code from D:\vscode\opsmanage\opsmanage\conf\dev.py
to other place.
DO NOT post your DB username and password.
You can not use models in your app before your project setup. Please move and other relavant code from to other place.
from clickhouse_backend.models import ClickhouseModel``D:\vscode\opsmanage\opsmanage\conf\dev.py
oh,it is working,thanks!
Hi, I am just starting on using ClickHouse with Django 3.2.18 ,and Python 3.8.7.But it not worked. I added this in my Database setting:
and when I import in databaseroutes.py :
same errors was happened:
expect your's thanks