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!
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
Thanks so much boss
Very helpful ❤❤❤
You are welcome 🎉
very helpful thanks for you effort
You are welcome 🎉
the best django template easy
Yes 🎉
Thank you❤
You’re welcome!
lol very cool library, i am gonna try it
You should!
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?
You have to run python manage.py collectstatic to gather all the static files
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
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!
thanks❤
You’re welcome 🎉
Thanks
You’re welcome 🎉
I guess this isn't compatible with the django version 5.0
I am not sure. Did you try it and have an error?
@@the_proton_guy Yes I guess it isn't compatible. can you provide other options? Please help me out
@@ramabhattarai2240 it worked on Django 5.1.2 / django-jazzmin 3.0.1, may be you can upgrade the django version
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
What error do you get
@@the_proton_guy raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name)
django.template.exceptions.TemplateSyntaxError: Invalid filter: 'length_is'
Bro let's have a blog website with Django Rest Framework using React for the frontend
You want a tutorial on that yeah?