For anyone looking at this thread in the future. I finally worked this
out. My problem was ridiculously easy. In the settings file for the
MEDIA_URL even though the example gives http://media.lawrence.com it
should be http://media.lawrence.com/. That trailing slash was the
cause of all my problems. Thanks for the help.

On Apr 7, 10:27 pm, "Michael Newman" <[EMAIL PROTECTED]> wrote:
> You're right. Thank you that works. So I am sure that wasn'tproblem.
> Thanks for the help.
>
> On Apr 7, 2:34 pm, "Jorge Gajon" <[EMAIL PROTECTED]> wrote:
>
> > On 4/7/07, Michael Newman <[EMAIL PROTECTED]> wrote:
>
> > > In the manage.py shell an error when I do the export
> > > File "<console>", line 1
> > > export DJANGO_SETTINGS_MODULE = speakeasy.settings
> > >                                 ^(arrow is under the E)
> > > SyntaxError: invalid syntax
>
> > Hi Michael, I probably wasn't clear in my previous post. I described
> > two ways to launch your python shell, one was to write "python
> > manage.py shell", while the other was to define the environment
> > variable in your bash shell (the export thingy).
>
> > I see that you are already using "python manage.py shell", which means
> > that you don't have to worry about setting the DJANGO_SETTINGS_MODULE
> > environment variable; manage.py already did it for you.
>
> > I apologize if I did things confusing before.
>
> > Cheers,
> > Jorge


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

Reply via email to