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.
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
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
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
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
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
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,
;>> 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
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
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 :
>>
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.
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.
>
>
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
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
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
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
#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
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
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
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
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
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
yes, I saw your application.
try to
"chown" or "chmod" your django Directory
[EMAIL PROTECTED]
13585201588
--~--~-~--~~~---~--~~
You received this message because you are subscribe
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.
--~--~-~--~~---
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
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:
26 matches
Mail list logo