We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You will need to use Flask-SQLAlchemy. Create file models.py and bind to application in app factory
models.py
DB_USER
DB_HOST
DB_PASS
DB_NAME
SQLALCHEMY_URI
Depends on #51 & #53
The text was updated successfully, but these errors were encountered:
9414e5c
Hz-Huang
No branches or pull requests
You will need to use Flask-SQLAlchemy. Create file
models.py
and bind to application in app factoryAccount
User
Config modifications
DB_USER
- set as "app" for nowDB_HOST
- set as "db" for nowDB_PASS
- set as "pass" for nowDB_NAME
- set as "development", "testing", "production"SQLALCHEMY_URI
- Combines DB config settingsDepends on #51 & #53
The text was updated successfully, but these errors were encountered: