Python Flask Tutorial #9: Flask Admin panel | Flask crash course for beginners

preview_player
Показать описание
The #9 video of my Flask Tutorial for absolute beginners we will see how to add an Admin panel in the Flask project, how to add a model in the Admin Panel.

To achieve it we'll use the Flask-Admin extension.

Follow me @:

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

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

or its landing:

✴️✴️✴️ 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

As an example for this Flask Crash Course I use a blog engine.

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

🔹Django 3 Tutorial: Blog Engine

🔹Kivy Tutorial: Coppa Project

🔹Telegram Bot with Python (CoinMarketCap)

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

thank you so much for this very easy to follow on how to setup flask admin.
u're guide is very helpful because u straight to the point.
please make more videos about flask admin and anything about web dev using flask! thank you!!!

Yeaaaaaaaaaaadi
Автор

Олег Молчанов, это вы)) узнаю ваш приятный баритон сквозь инглишвордс

Topis
Автор

Very affordable and interesting! Thank you!

alessandramacneva
Автор

This video was the exact video I was looking for...thanks a lot for helping ❤ Is there any video where u showed how to customise the Home page of the admin panel? If so, then please provide it...thanks again ❤

akashnath
Автор

thank you very clearly and slowly I also want to develop a python framework
. i support you greetings from Indonesia

hituttea
Автор

Please help! I am stuck building my django app. I need to extract images from an xlsx file. To be clear not an image url but an image file. I am currently using openpyxl and getting all the data I need just not the images. xlsx is like a zip file and I need to get all the images from a specific row and save them out to AWS and then use them. Your videos are great! Please keep it up!!!

tosterowner
Автор

Does anyone know what to do if you have blueprints registered with the same name as models so you get a name collision when trying to add admin modelviews with models of the same name?

tonyiommisg
Автор

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
Автор

Dude, circular dependency shouldn't be resolved like you did!!! Probably the better way is to use ApplicationFactory pattern (see flask docs for that)

hncyeel