Search posts, tags, users, and pages
Gaurav Sharma
Full Stack Engineer
Django JET is a great library to modernize your classic Django admin panel into something modern, styling and customizable admin panel. For comparison, here is how the classic Django admin panel looks like: After customization, it will look somethin...
Anurag Awasthi
Django Developer
One Updation in syntax
Hey Brother , I am continuously follow your Blog .You have good potential to share a knowledge in a brief. path(r'admin/', include(admin.site.urls)),------this not work in latest django version .
plz resolve this .
It work in Django < 1.9
Hi Anurag, thanks for mentioning an error, I have made the changes as per your recommendation.
Michael P
Man I love it!
Thanks Michele
Anurag Awasthi
Django Developer
One Updation in syntax
Hey Brother , I am continuously follow your Blog .You have good potential to share a knowledge in a brief. path(r'admin/', include(admin.site.urls)),------this not work in latest django version .
plz resolve this .
It work in Django < 1.9