Python Flask Tutorial #0: the Demo of the blog build with Flask | Flask crash course for beginners

preview_player
Показать описание
It's just a short demo of the project for the Python Flask Tutorial for beginners.
This is a simple Flask blog engine with the following features:

- Flask Models: Post and Tag with SQLAlchemy
- Flask ManyToMany relationship
- Migrations with Flask-Migrate
- Updating posts via HTML-forms.
- Blog has a basic search
- Pagination
- Admin panel with Flask-Admin
- Access control with Flask-Security
- Custom 404 error page
- Custom CSS for small login/logout panel

Follow me @:

============ SOURCE CODE ================
📎️ The SOURCE CODE is available via Patreon:
======================================

✴️✴️✴️ Web Scraping course ✴️✴️✴️
is available via Patreon here:

or its landing:

Backend and main topics:
- Blog uses sqlite3 database
- Models. There are two - post and tag
- ManyToMany relationships
- Blog uses Mixins
- Forms handling
- Bootstrap 4
- etc.

✴️✴️✴️ This Flask tutorial ✴️✴️✴️

Python Flask Tutorial #0: the Demo of the blog build with Flask

Python Flask Tutorial #1: Installing and Basic Flask App

Python Flask Tutorial #2: Jinja Template Inheritance

Python Flask Tutorial #3: Flask Blueprints

Python Flask Tutorial #4: Using SQLAlchemy to create models

Python Flask Tutorial #5: SQLAlchemy ManyToMany relationship

Python Flask Tutorial #6: Basic Search and HTML forms

Python Flask Tutorial #7: Adding Pagination

Python Flask Tutorial #8: Update records in database with Forms

Python Flask Tutorial #9: Flask Admin panel

Python Flask Tutorial #10: Restrict access to admin panel

Python Flask Tutorial #11: Custom 404 error page

Python Flask Tutorial #12: Using of Custom CSS styles

✴️✴️✴️ PLAYLISTS ✴️✴️✴️

🔹Django 3 Tutorial: Blog Engine

🔹Kivy Tutorial: Coppa Project

🔹Telegram Bot with Python (CoinMarketCap)

🔹Python Web Scraping
Рекомендации по теме
Комментарии
Автор

What video should I make next? Any suggestions? *Write me in comments!*
Follow me @:

Help the channel grow! Please Like the video, Comment, SHARE & Subscribe!

RedEyedCoderClub
Автор

ThankYou for the awsome tutorial.... But now i'm facing a problem with my flask app. everything worked fine on my local computer but after hosting it on a cpanel based shared hosting any url can't pass Unicode data.. but it worked fine on my computer . is it problem with wsgi server.. if what's the

tanvirahmed-kont