-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
proje sqlalchemy kullanmaktadır flask migrate ile db oluşturabilirsiniz |
Deniyorum ancak aşağıdaki hatayı aşamadım. raise UndefinedValueError('{} not found. Declare it as envvar or define a default value.'.format(option)) |
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. |
Database dosyası yok. Yada oluşturan kodmu eksik?
The text was updated successfully, but these errors were encountered: