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 line#sys.

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 OS/releas

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 > > wrote: > > I

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 each of these installation

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 > ??? In local everything was

Re: ViewDoesNotExist at /admin/

2013-12-22 Thread Gabriele Stoia
ame, but I haven't used >>> Photologue myself, so I don't really know anything about it. You'll need to >>> check the project pages and support lists for Photologue itself. >>> >>> Yours, >>> Russ Magee %-) >>> >>> On Sunday,

Re: ViewDoesNotExist at /admin/

2013-12-22 Thread Russell Keith-Magee
;>> Do you have any information about it ? >>> >>> Thank you very much >>> >>> Gabri >>> >>> Il giorno domenica 22 dicembre 2013 09:17:51 UTC+7, Russell Keith-Magee >>> ha scritto: >>>> >>&g

Re: ViewDoesNotExist at /admin/

2013-12-22 Thread Gabriele Stoia
ut what code is referencing this >>> view, and update it. >>> >>> The problem code might be your own code, or it might be a third party >>> app. You'll need to check all the apps in INSTALLED_APPS to see if there >>> are any reported prob

Re: ViewDoesNotExist at /admin/

2013-12-21 Thread Russell Keith-Magee
e %-) >> >> >> On Sat, Dec 21, 2013 at 8:28 PM, Gabriele Stoia 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
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.

Re: ViewDoesNotExist at /admin/

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

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

2007-10-23 Thread DJango Fett
#x27;), ) On Oct 3, 12:34 pm, Greg <[EMAIL PROTECTED]> wrote: > Hello, > Whenever I login to myadminview the very first thing I see if the > following error. It also happens occasionally when I'm going through > myadminpages. > > ViewDoesNotExist at /admin/ > Trie

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

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 attri

ViewDoesNotExist at /admin/

2006-12-23 Thread eobanb
three times now, 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.vi

Re: ViewDoesNotExist at /admin/

2006-12-20 Thread diffyq
I just checked, and the permissions seem to be set properly. What should be in TEMPLATE_DIRS? I don't recall the tutorial mentioning it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

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 /home/miiandu/django

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 subscribe

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
ted the requisite line in urls.py and added django.contrib.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 U

ViewDoesNotExist at /admin/

2006-12-20 Thread diffyq
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 Value: