django-adminlte3
django-adminlte3 copied to clipboard
AdminLTE Templates, Template Tags, and Admin Theme for Django
django-adminlte3 admin site, editing model:
django-adminlte3 admin site , model page :
django-adminlte3 admin template "Home" :
1 - I fixed the changelist layout that was out of order. 2 - I changed the import of the url, replacing it with from django.url import re_path as url...
The changelist layout is crooked. I've just up a new pull request to fix this. 
I use the class dark-mode but it doesn't work. In the adminlte.min.css i can't find it. I trying to add it but it doesn't work.
Hello: URL:http://django-adminlte3.readthedocs.io doesn't work now; Is there any other link I can refer to? Best Regards
Hi, I'm looking for information about changing the name of admin app on sidebar like the figure below [https://imgur.com/a/pwt5lzI](url) The logo also need to be changed. I looked at documentation...
this is because although the 'length_is' filter was deprecated in 4.2. the code is permanently removed in django 5.1 this is causing critical issue where you cannot open any 'add/update'...