Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Db #1

Open
byanonim opened this issue Aug 28, 2022 · 3 comments
Open

Db #1

byanonim opened this issue Aug 28, 2022 · 3 comments

Comments

@byanonim
Copy link

Database dosyası yok. Yada oluşturan kodmu eksik?

@tanisman
Copy link
Owner

proje sqlalchemy kullanmaktadır flask migrate ile db oluşturabilirsiniz

@byanonim
Copy link
Author

Deniyorum ancak aşağıdaki hatayı aşamadım.

raise UndefinedValueError('{} not found. Declare it as envvar or define a default value.'.format(option))
decouple.UndefinedValueError: DB_URI not found. Declare it as envvar or define a default value.

@tanisman
Copy link
Owner

env variable olarak tanımlamanız veya proje decouple kullandığı için bir adet .env dosyası açmanız ve içinde tanımlamanız da yeterlli olacaktır. api_config.py incelerseniz vermeniz gerekli ayarları görebilirsiniz.

DBI_URI ayarı da veritabanı bağlantısı için gereklidir (connection string). Herhangi bir dbms ile kullanmanızı mümkün olacaktır ancak sadece postgres ile denediğim için modellerde ufak değişiklikler yapmanız gerekebilir başka bir dbms kullandığınzda.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants