Re: ViewDoesNotExist at /admin/

2013-12-21 Thread Gabriele Stoia
Hi Russel I had the same problem. Here the traceback: ViewDoesNotExist at /admin/ Could not import django.views.generic.list_detail.object_list. Parent module django.views.generic.list_detail does not exist. Request Method: GET Request URL: http://www.gabryandjenny.com/admin/ Django Versio

Re: ViewDoesNotExist at /admin/

2013-12-21 Thread Gabriele Stoia
Hi Russel I have the same problem but I cannot figure out how to fix it !!! In local the app was perfect... in deploy I had this message : ViewDoesNotExist at /admin/ Could not import django.views.generic.list_detail.object_list. Parent module django.views.generic.list_detail does not exist.

Re: ViewDoesNotExist at /admin/

2013-12-21 Thread Gabriele Stoia
d party app. > You'll need to check all the apps in INSTALLED_APPS to see if there are any > reported problems with Django 1.5 compatibility. > > Yours, > Russ Magee %-) > > > On Sat, Dec 21, 2013 at 8:28 PM, Gabriele Stoia > > > wrote: > >> Hi

Re: ViewDoesNotExist at /admin/

2013-12-22 Thread Gabriele Stoia
get_query_set() takes exactly 1 argument (2 given) Any suggestion ? I read can be MPTT probably... maybe to update ? Thanks Il giorno domenica 22 dicembre 2013 14:55:34 UTC+7, Russell Keith-Magee ha scritto: > > Hi Gabriele, > > Unfortunately, no. I'm aware of the name,

Re: ViewDoesNotExist at /admin/

2013-12-22 Thread Gabriele Stoia
r that product for better advice. > > Yours, > Russ Magee %-) > > > On Sun, Dec 22, 2013 at 5:05 PM, Gabriele Stoia > > > wrote: > >> Hi Russel, >> >> No problem, I found some information on-line and I fixed. now it works >> fine. >>

Re: ViewDoesNotExist at /admin/

2013-12-23 Thread Gabriele Stoia
: > > > On Mon, Dec 23, 2013 at 10:53 AM, Gabriele Stoia > > > wrote: > >> Hi Russel, >> >> thank you for your e-mail !!! >> I thought that something was connected with MPTT or FeinCMS... I'll try >> to work out ! >> What I really don&

Re: ViewDoesNotExist at /admin/

2013-12-27 Thread Gabriele Stoia
Thank you Tom for your answer. I'm sorry but I don't have much experience with Django... Do you have an idea how to fix this problem ? Thanks in advance Gabri Il giorno martedì 24 dicembre 2013 20:58:32 UTC+7, Thomas ha scritto: > > > On 2013-12-23, at 9:42 PM, Gabriele Stoi

Re: ViewDoesNotExist at /admin/

2014-01-06 Thread Gabriele Stoia
> some good starting points for learning; > > http://gettingstartedwithdjango.com/ - Django learning > http://learnpythonthehardway.org/book/next.html - Python learning > http://virtualenvwrapper.readthedocs.org/en/latest/ > > Hope this helps, and remember to update this