Items Name Description Add Item IDNameDescriptionActions
Open.flaskenvin your terminal text editor and check the variables.FLASK_APPsets the primary .py file to use as the application and should not need changing.FLASK_DEBUGkeeps the localhost server running and it is recommended to leave this.FLASK_RUN_PORTsets the port for the server. It is se...
Update CRUD utils to use types better. Simplify Pydantic model names, from UserInCreate to UserCreate, etc. Upgrade packages. Add new generic "Items" models, crud utils, endpoints, and tests. To facilitate re-using them to create new functionality. As they are simple and generic (not like...
Simplify Pydantic model names, fromUserInCreatetoUserCreate, etc. Upgrade packages. Add new generic "Items" models, crud utils, endpoints, and tests. To facilitate re-using them to create new functionality. As they are simple and generic (not like Users), it's easier to copy-paste and ada...
master 克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支4 标签6 github-actions📝 Update release notesd91ed061年前 165 次提交 .github 👷 Add dependabot (#547) 1年前 hooks Fix Windows line endings for shell scripts after generation (#149) ...
Test CRUD app on Flask and PostgreSQL. Contribute to agent-yandex/theaters development by creating an account on GitHub.
SQLAlchemymodels (independent of Flask extensions, so they can be used with Celery workers directly). Basic starting models for users (modify and remove as you need). Alembicmigrations. CORS(Cross Origin Resource Sharing). Celeryworker that can import and use models and code from the rest of ...
SQLAlchemymodels (independent of Flask extensions, so they can be used with Celery workers directly). Basic starting models for users (modify and remove as you need). Alembicmigrations. CORS(Cross Origin Resource Sharing). Celeryworker that can import and use models and code from the rest of ...
SQLAlchemymodels (independent of Flask extensions, so they can be used with Celery workers directly). Basic starting models for users (modify and remove as you need). Alembicmigrations. CORS(Cross Origin Resource Sharing). Celeryworker that can import and use models and code from the rest of ...