Re: Reverse for 'app_list' with arguments '()' and keyword arguments '{'app_label': ''}' not found.

2012-10-25 Thread Nick Doyle
Had the same problem. Seems the top-level problem is with extending the django admin template "change_form.html". It has a tag in there referring to "app_list" which isn't set when we extend. More than that I couldn't fix right now. So worked around it by, for the form, change to extend

Reverse for 'app_list' with arguments '()' and keyword arguments '{'app_label': ''}' not found.

2012-09-08 Thread vijay shanker
hi i have this model called charity ___ from django.db import models from settings import DEFAULT_CHARITY_NAME as deafult_charity_name class GetDefaultInstance(models.Manager): def get_default_instance(self): return

Reverse for 'app_list' with arguments '()' and keyword arguments '{'app_label': ''}' not found.

2012-09-08 Thread vijay shanker
hi i tried overriding change_form to add a extra button along side history button in django admin section.. on local machine it works fine but on server it gives me this error. I have no clear idea what went wrong and how to fix it . Environment: Request Method: GET Request URL: