Customise the Django admin with Jazzmin

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 29

  • @vasuballi4759
    @vasuballi4759 Год назад +1

    You and your content is my life saver, thanks a lot

    • @CloudWithDjango
      @CloudWithDjango  Год назад +1

      Thank you Vasu, for your feedback! I'm glad that you are enjoying the content.
      And it's a great pleasure :)

  • @sharifpy
    @sharifpy Год назад

    I can learn new things Django from your videos. Thanks

    • @CloudWithDjango
      @CloudWithDjango  Год назад

      I'm glad that you are enjoying the content, Md! :)
      It's a pleasure!

  • @MathisBoucher-l9m
    @MathisBoucher-l9m 9 месяцев назад

    you're a savior

  • @maankabe01
    @maankabe01 Год назад +1

    Managing multiple types of users in django would be hit

  • @hp7734
    @hp7734 Год назад

    Many thanks!!

  • @Ahmed-gz7zq
    @Ahmed-gz7zq Год назад

    great content

  • @erdavog
    @erdavog 9 месяцев назад

    HI! Thanks for the tutorial, i had a problem after I installed Jazzmin, when I try to logout, it says method not allowed because they are using a GET method but django admin logout is configured to allow POST method, is there any way to change that? Thank you!

    • @CloudWithDjango
      @CloudWithDjango  9 месяцев назад

      Hi,
      No worries at all!
      It's possible that this error is a part of how your application is structured. I would first of all suggest trying to install Jazzmin with a very simple application with minimal alterations.
      Or your best bet would be to either refer to the docs or to override the Jazzmin urls or to manually override the logout view.
      Good luck!

  • @inteliconn995
    @inteliconn995 Год назад

    Thanks!

  • @deleos3744
    @deleos3744 3 месяца назад

    Awesome

  • @janing06
    @janing06 10 месяцев назад

    Great Content! How about in production how to apply jazzmin?

    • @CloudWithDjango
      @CloudWithDjango  10 месяцев назад

      Thank you!
      It should be the exact same, however, I'd suggest browsing through the jazzmin docs to be sure

  • @user-fq7id2zq7t
    @user-fq7id2zq7t 11 месяцев назад

    gracias!

  • @eccololo
    @eccololo 6 месяцев назад

    Great video. Thanks. Template works well 🫡.

    • @CloudWithDjango
      @CloudWithDjango  5 месяцев назад

      Thank you so much! I'm glad to hear that!

  • @abilashjayaraj2789
    @abilashjayaraj2789 Год назад

    How would you compare jazzmin with the django-jet-reboot theme?

    • @CloudWithDjango
      @CloudWithDjango  Год назад +1

      Hi,
      Thank you for reaching out.
      I haven't used the django-jet-reboot theme, so I can't say unfortunately.

    • @abilashjayaraj2789
      @abilashjayaraj2789 Год назад

      @@CloudWithDjango Ok. Hopefully you can do a video about it aswell.

    • @CloudWithDjango
      @CloudWithDjango  Год назад +1

      Thank you for your suggestion.

  • @codernerd7076
    @codernerd7076 Год назад

    Any update on part 2 of the aws deployment series?! 😅

    • @CloudWithDjango
      @CloudWithDjango  Год назад +1

      Hi,
      Thank you for reaching out.
      Unfortunately, not at least for a while, since I have other projects that I'm working on.