shortcut is a module name in django application.You might be using this in
your views as from.django.shortcuts import httP*.There is no error while
deploying .

On Mon, Sep 13, 2010 at 8:49 AM, nick.l...@gmail.com <nick.l...@gmail.com>wrote:

> Sophi
>
> This is the simplest way to install Django:
> http://docs.djangoproject.com/en/dev/topics/install/?from=olddocs#installing-an-official-release
>
> If you follow the instructions about installing the offical release, then
> you won't need to worry about doing any linking (ie the ln -s command)
>
> n
>
>
> On Sun, Sep 12, 2010 at 3:11 PM, Sophi <sophikrav...@gmail.com> wrote:
>
>> Hello-
>> I am trying to install Django and having problems!
>> I have Python 2.6 and Ubuntu, also I am total Linux N00B
>>
>> I am using this document to help me to install Django:
>> http://docs.djangoproject.com/en/dev/topics/install/?from=olddocs
>>
>> Everything seems OK until I want to check that the Python interpreter
>> can load Django's code.
>> I put in:
>> ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django
>> using my site package /usr/lib/python2.6/dist-packages
>> and also my password without the ' around it.
>> I get back:
>> ln: target `usr/lib/python2.6/dist-packages/django' is not a directory
>>
>> And so, I don't know how to run Django or check that it is installed.
>> ????
>> Thanks!
>> Sophi
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>
>
> --
> Guadajuko! Vamos a correr!
>  -"Cool! we are going to run!"
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to