Django Code Review #4 // Django Messages Framework // saadmk11

preview_player
Показать описание
Django Code Review.
Want your code reviewed? To enter, do the following (we pick at random):
-----

Amazing Starts Small. Learn to build great products with code.

-----

My equipment:
Рекомендации по теме
Комментарии
Автор

Really Appreciate with this series, cuz as a self-learning programmers, I do not have any experience in working in a professional team. But this series will give me a very clear standard to know which is the best practice. Thanks!

iced_espresso_
Автор

Hey Justin, I have been watching and following your channel since the beginning let's say !
To be honest, I like this idea of reviewing others codebase and probably the most striking idea you could come up with. keep up the good work man !
Oh yeah, Thanks !! ✌

kabinpokhrel
Автор

Instead of `messages.success(...) ` & `messages.error(...)` it would be better to use CBV & Mixins - FormValidMessageMixin, FormInvaldMessageMixin from django-braces or

ratxor
Автор

please make tutorial on Django All_Auth

easycoding