Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: tecladocode/rest-apis-flask-python

v2.4.0

21 Jun 13:59
1701703
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Multiple upgrades and a new feature:docker compose.

  • Add warning about missing data.db in repo when doing first deploy via#136
  • Add metadata for publishing course on Teclado
  • Use Cloudinary for image hosting
  • Fix text rendering in top banner via#139
  • Update Python base image to bookworm via#142
  • Use__name__ in blueprint definitions via#143
  • Useemails/action.html instead ofemails/registration.html via#144
  • Remove creating db when running app; instead doing it via db migrations, via#145
  • Add missingItemSchema import on section 6 via#146
  • Remove unnecessarycompare_type in Alembic config file via#147
  • Add information on running app and database with Docker Compose via#147
  • Fix JS dependencies for Docusaurus upgrade via#156
  • Add optionalstore_id toItemUpdateSchema via#157
  • Add missingos import in Flask-SQLAlchemy configuration lecture (S06 L04) via#158
  • Remove unnecessaryversion key indocker-compose.yml files via#159
  • Add info on running arbitrary commands in a Docker Compose container via#160
Assets2
Loading

v2.3.3

10 May 14:59
d3578a5
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Content improvements

  • Remove unnecessary brackets after column class in SQLAlchemy
  • Update Flask version where it was pinned to the latest version

Meta improvements

  • Add Algolia search on code blocks
  • Update dependencies through dependabot for documentation application
Loading

v2.3.2 (Code for S08 and S09)

08 Feb 20:48
40bbefc
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Added content

  • 📝 Added lecture-by-lecture code for sections 8 and 9 via#114.
Loading

v2.3.1 (No unique tag names)

13 Jan 16:26
5d38a64
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Made tag names not unique so that two different stores can have tags with the same name as each other.
Also fix a small bug where we were not recommending the correct way to generate a secret key for your application.

Loading
westoleaboat reacted with thumbs up emoji
1 person reacted

v2.3.0 (Cascading deletes)

14 Dec 09:48
e601a2c
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

New Content

  • #100 : add new lecture on cascading deletes (alsoon the Udemy course)
  • #101 : add insomnia export files so students can easily import them rather than having to create them manually for each section

Updated Content

  • 🐛#102: fix requirements file in section 6 and remove incorrect imports

Full Changelog:v2.2.0...v2.3.0

Loading

v2.2.0 (Bug fixes and improvements)

21 Nov 12:36
77fe34e
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

New Content

  • ✨ Added Insomnia export files per-section and for all sections, and e-book page to explain how to use them#92,#97

Updated Content

Improvements

  • 📊 Add links to Udemy course throughout e-book and some trial videos#89
  • 📊 Use Algolia search, update style of e-book and update Docusaurus version#96

Bug fixes

  • 🐛 Added missinguuid import and fixed first few projects so code matches course#88
  • 🐛 Fix inconsistencies between video course and GitHub code#90
  • 🐛 Usedb.Integer instead ofdb.String for foreign keys where required#91
Loading

v2.1.0 (Task queues with rq)

20 Oct 08:00
bd7d743
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

New Content

  • Section 12 on using task queues withrq to send emails through Mailgun,#83,#85

Updated Content

  • Removebefore_first_request in Flask apps, since now the recommended approach is to just do any necessary setup insidecreate_app(),#77
  • Removedb.create_all() fromcreate_app() when using Flask-Migrate, since it is Flask-Migrate that creates the tables,#78
  • Add information to the e-book on how to make sure tag and item have the same store id when linking them,#79
  • Added missing required arguments in Flask-JWT-Extended callbacks,#81
  • Added missing hostname in the command to run Flask using the Flask development server in Docker,#82
  • UseFLASK_DEBUG instead ofFLASK_ENV across entire ebook and all projects sinceFLASK_ENV isnow deprecated,#84
  • Remove password'sunique=True in all user models,#86
Loading

v2.0.1

03 Oct 11:07
8f938dc
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • ✨ Add search bar to e-book so it's easier to find content by heading#69
  • 📝 Add Windows command for mounting Docker volumes#70
  • 🐛 Fix typos where.value() was used instead of.values() in a dictionary method call#68,#75
Loading

v2.0.0-beta.5 (Render.com)

23 Sep 09:59
7785010
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

New content

  • ✨ Released section on deployments via Render.com#62

Bug fixes

  • 🐛 Fixed typo in Docker volumes through#61 (thanks@LUS24 )

Contributors

  • @LUS24
LUS24
Loading

v2.0.0 (Release course)

23 Sep 11:49
d4eb6e9
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

The new version of the course is finally out!

Get it athttps://go.tecla.do/rest-apis-sale!

Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp