Re: ViewDoesNotExist at /admin/

2014-01-06 Thread Gabriele Stoia
Hi, I fixed my problem changing the .fcgi file like this: *#!/usr/bin/eval PYTHON_VERSION=2.6 DJANGO_VERSION=1.5.4 pythonimport os, syssys.path.append('/home/path/to/myproject/')#_PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))//delete this

Re: ViewDoesNotExist at /admin/

2013-12-27 Thread Cal Leeming [Simplicity Media Ltd]
Hello, Perhaps try installing a completely new/fresh dev environment in a vmware/virtualbox instance, and attempt to get it working from there, that will at least help you narrow this problem down locally instead of poking around at production. Also try and make sure you install the same

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 Stoia

Re: ViewDoesNotExist at /admin/

2013-12-24 Thread Tom Lockhart
On 2013-12-23, at 9:42 PM, Gabriele Stoia wrote: > I think I found the problem...maybe... > > I running my app in the same hosting of another app ... (sorry for my > english..is not my first language... I'm italian…) If you are not using virtualenv and pip to manage

Re: ViewDoesNotExist at /admin/

2013-12-23 Thread Gabriele Stoia
I think I found the problem...maybe... I running my app in the same hosting of another app ... (sorry for my english..is not my first language... I'm italian...) I have *-- first app-- feincms-- other module-- ...--second app-- -- feincms-- -- other module* Maybe my second-app is using

Re: ViewDoesNotExist at /admin/

2013-12-23 Thread Russell Keith-Magee
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't understand why so many problem when you in deployment >

Re: ViewDoesNotExist at /admin/

2013-12-22 Thread Gabriele Stoia
nformation about it ? >>>> >>>> Thank you very much >>>> >>>> Gabri >>>> >>>> Il giorno domenica 22 dicembre 2013 09:17:51 UTC+7, Russell Keith-Magee >>>> ha scritto: >>>>> >>>>> Hi Gabriele, >>&

Re: ViewDoesNotExist at /admin/

2013-12-22 Thread Russell Keith-Magee
:51 UTC+7, Russell Keith-Magee >>> ha scritto: >>>> >>>> Hi Gabriele, >>>> >>>> The answer is the same as before. You have some code that is >>>> referencing django.views.generic.list_detail.object_list. As of Django >>>> 1.5, this

Re: ViewDoesNotExist at /admin/

2013-12-22 Thread Gabriele Stoia
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 <gabrie...@gmail.com>wrote: >>> &

Re: ViewDoesNotExist at /admin/

2013-12-21 Thread Russell Keith-Magee
; >> On Sat, Dec 21, 2013 at 8:28 PM, Gabriele Stoia <gabrie...@gmail.com>wrote: >> >>> 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

Re: ViewDoesNotExist at /admin/

2013-12-21 Thread Gabriele Stoia
gt; >> 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

Re: ViewDoesNotExist at /admin/

2013-12-21 Thread Russell Keith-Magee
he 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

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
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

Re: ViewDoesNotExist at /admin/

2013-04-14 Thread Russell Keith-Magee
Hi Daniel, The error you've described isn't related to the admin site at all -- the problem lies somewhere else in your codebase. django.views.generic.list_detail.object_list was one of the old function-based generic views; it was deprecated in Django 1.3, and removed entirely in Django 1.5. You

ViewDoesNotExist at /admin/

2013-04-12 Thread Daniel Guo
Hi all, I've spent lot of time trying to figure out what is going on there, but my admin site is still not working. I just followed the Django tutorial to create an app named polls. But I have a customized template_dir which is used by my previous app. All the configurations to activate admin

Re: Error message when viewing admin? (ViewDoesNotExist at /admin/)

2007-10-23 Thread DJango Fett
irst thing I see if the > following error. It also happens occasionally when I'm going through > myadminpages. > > ViewDoesNotExist at /admin/ > Tried startsess in module mysite.rugs.views. Error was: 'module' > object has no attribute 'startsess' > Request Method: GET

Re: Error message when viewing admin? (ViewDoesNotExist at /admin/)

2007-10-03 Thread Gabriel Farrell
AIL PROTECTED]> wrote: > Hello, > Whenever I login to my admin view the very first thing I see if the > following error. It also happens occasionally when I'm going through > my admin pages. > > ViewDoesNotExist at /admin/ > Tried startsess in module mysite.rugs.views. Error wa

Error message when viewing admin? (ViewDoesNotExist at /admin/)

2007-10-03 Thread Greg
Hello, Whenever I login to my admin view the very first thing I see if the following error. It also happens occasionally when I'm going through my admin pages. ViewDoesNotExist at /admin/ Tried startsess in module mysite.rugs.views. Error was: 'module' object has no attribute 'startsess

ViewDoesNotExist at /admin/

2006-12-23 Thread eobanb
, each time rm -rfing the whole thing and checking out the trunk from svn again after I get stuck. I just cannot get through the tutorial because I cannot get the admin application to work. This is what happens: ViewDoesNotExist at /admin/ Tried index in module django.contrib.admin.views.main. Error

Re: ViewDoesNotExist at /admin/

2006-12-20 Thread tonemcd
Two things; 1) you don't have anything setup in TEMPLATE_DIRS - may be important... 2) what does this give you; % ls -l /home/miiandu/django_src/django/contrib you want admin to look something like this; ... drwxr-xr-x 7 miiandyou 4096 Dec 4 18:19 admin ... and; % ls -l

Re: ViewDoesNotExist at /admin/

2006-12-20 Thread Margaret
yes, I saw your application. try to "chown" or "chmod" your django Directory [EMAIL PROTECTED] 13585201588 --~--~-~--~~~---~--~~ You received this message because you are

Re: ViewDoesNotExist at /admin/

2006-12-20 Thread diffyq
Yes, I did add that line. We've been through this about ten times by now, and I've read and reread the tutorial up to this point. You can even check for yourself: http://miiandyou.net/admin/ scroll down to the settings. It'll show you the value of INSTALLED_APPS.

Re: ViewDoesNotExist at /admin/

2006-12-20 Thread Margaret
.admin to the INSTALLED_APPS tuple. We get this error: ViewDoesNotExist at /admin/ Tried index in module django.contrib.admin.views.main. Error was: 'module' object has no attribute 'index' Request Method: GET Request URL:http://miiandyou.net/admin/ Exception Type: ViewDoesNotExist Exception

ViewDoesNotExist at /admin/

2006-12-20 Thread diffyq
: ViewDoesNotExist at /admin/ Tried index in module django.contrib.admin.views.main. Error was: 'module' object has no attribute 'index' Request Method: GET Request URL:http://miiandyou.net/admin/ Exception Type: ViewDoesNotExist Exception Value:Tried index in module