Re: Error while adding entries through django admin

2020-03-03 Thread Naveen Arora
Hi, First, it would be easy t debug if you share entire traceback + one solution would be to run makemigrations and migrations again :) Did you override any default template from the codebase ? Regards Naveen Arora On Monday, 2 March 2020 16:34:03 UTC+5:30, Santhosh sridhar wrote: > > Hi, > I

Error while adding entries through django admin

2020-03-02 Thread Santhosh sridhar
Hi, I have registered a model in my django admin page. When I click the Add link, it throws me this error, Invalid block tag: 'change_list_object_tools', expected 'endblock' *django.template.base.TemplateSyntaxError: . I could not get any solution. Appreciating someone's help.* *Regards,* *S