Customizing Django Admin Dashboard With Jazzmin | 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 28

  • @Ibrahim_webdeveloper
    @Ibrahim_webdeveloper 3 หลายเดือนก่อน +2

    Thanks so much boss
    Very helpful ❤❤❤

    • @the_proton_guy
      @the_proton_guy  3 หลายเดือนก่อน +1

      You are welcome 🎉

  • @gehanatef7247
    @gehanatef7247 2 หลายเดือนก่อน +1

    very helpful thanks for you effort

    • @the_proton_guy
      @the_proton_guy  2 หลายเดือนก่อน

      You are welcome 🎉

  • @romsandro3811
    @romsandro3811 หลายเดือนก่อน +1

    the best django template easy

  • @mr.m9076
    @mr.m9076 2 หลายเดือนก่อน +1

    Thank you❤

  • @justsh0t
    @justsh0t 3 หลายเดือนก่อน

    lol very cool library, i am gonna try it

  • @週書祥
    @週書祥 3 วันที่ผ่านมา +1

    In Debug mode, It's work! but when I set Debug=False, the static files was not found. if I use nginx, proxy django's static or jazzmin's static?

    • @the_proton_guy
      @the_proton_guy  3 วันที่ผ่านมา

      You have to run python manage.py collectstatic to gather all the static files

  • @amrithagouriamrithus474
    @amrithagouriamrithus474 2 หลายเดือนก่อน +1

    How can I visually represent my model's fields using a graphical diagram, such as an Entity-Relationship Diagram (ERD) or Class Diagram? In admin ui

    • @the_proton_guy
      @the_proton_guy  2 หลายเดือนก่อน

      Hello, I don’t think you can view this in the admin but you can generate an ERD image using:
      python manage.py graph_models -py dot -a -g -o name_of_image_file.png
      That will help generate a db schema diagram. You will need to research about graph models for Django though!

  • @recepeneskaya3672
    @recepeneskaya3672 4 หลายเดือนก่อน +1

    thanks❤

    • @the_proton_guy
      @the_proton_guy  4 หลายเดือนก่อน

      You’re welcome 🎉

  • @TechDesignHub
    @TechDesignHub 5 หลายเดือนก่อน +1

    Thanks

    • @the_proton_guy
      @the_proton_guy  5 หลายเดือนก่อน

      You’re welcome 🎉

  • @ramabhattarai2240
    @ramabhattarai2240 หลายเดือนก่อน +1

    I guess this isn't compatible with the django version 5.0

    • @the_proton_guy
      @the_proton_guy  หลายเดือนก่อน

      I am not sure. Did you try it and have an error?

    • @ramabhattarai2240
      @ramabhattarai2240 หลายเดือนก่อน

      @@the_proton_guy Yes I guess it isn't compatible. can you provide other options? Please help me out

    • @ngaiyuchan7886
      @ngaiyuchan7886 หลายเดือนก่อน

      ​@@ramabhattarai2240 it worked on Django 5.1.2 / django-jazzmin 3.0.1, may be you can upgrade the django version

  • @KosakshiPasapugazh
    @KosakshiPasapugazh 4 หลายเดือนก่อน

    But why I am getting error continuously
    Theme works successfully
    But when I access some options in admin panel It shows error for template syntax error (some online sources tells its deprecated for django 5)
    Please help me

    • @the_proton_guy
      @the_proton_guy  4 หลายเดือนก่อน

      What error do you get

    • @casenov
      @casenov 3 หลายเดือนก่อน

      @@the_proton_guy raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name)
      django.template.exceptions.TemplateSyntaxError: Invalid filter: 'length_is'

  • @adekunleblessing5518
    @adekunleblessing5518 5 หลายเดือนก่อน

    Bro let's have a blog website with Django Rest Framework using React for the frontend

    • @the_proton_guy
      @the_proton_guy  5 หลายเดือนก่อน +1

      You want a tutorial on that yeah?