I made it!!!
Robbington I'm So glad with you and I want to share how I made it.
I have a bluehost, and after the pain that was to run django finally
via FastCGI, I had a new problem: The media of the admin.
I try with a symlink but it was kind of complicated for me, and don't
understand exactly
Well my friend, I have quickly looked into hosting a django project
via blue host and this is what the django site has to say:
Similar setup as Dreamhost. Django is listed as unsupported, but with
some pain it does work, and has a good price..
http://code.djangoproject.com/wiki/DjangoFriendlyWebHo
Thanks Robbington!
Hey, Im watching that you mention "your project directory".
But I have my django and my project in another patch, actually, out of
www directory, but I have the fastcgi file right there, only that
file.
So, Where is my project directory in my shared hosting myuser/
home/.l
Personally I dont bother creating symlinks to my admin media, I just
copy the media folder over to my project directory. Anyway:
If you think that your settings.py is right:
MEDIA_ROOT = '/var/www/django/project/media/'
MEDIA_URL = 'media/'
ADMIN_MEDIA_PREFIX = '/media/'
or its a permissions pro
I have made somthing like:
ln -s $HOME/.local/lib/python2.6/site-packages/django/contrib/admin/
media $HOME/.public_html/media
And this create a folder with three folders more in my public_html
(js, css, images) but it still don't working.
also I do:
ln -s $HOME/.local/lib/python2.6/site-packa
How can I create that symbolic link? :S
__
On Oct 26, 7:07 am, Daniel Roseman wrote:
> On Oct 26, 1:25 pm, Giancarlo Razzolini wrote:
>
> > I had this same problem when hosting it with apache. I solved the
> > problem by creating a symbolic link inside my media folder pointing to
> > th
So I did the right thing... nice!
Giancarlo Razzolini
http://lock.razzolini.adm.br
Linux User 172199
Red Hat Certified Engineer no:804006389722501
Verify:https://www.redhat.com/certification/rhce/current/
Moleque Sem Conteudo Numero #002
OpenBSD 4.5
Ubuntu 9.04 Jaunty Jackalope
4386 2A6F FFD4 4D5
On Oct 26, 1:25 pm, Giancarlo Razzolini wrote:
> I had this same problem when hosting it with apache. I solved the
> problem by creating a symbolic link inside my media folder pointing to
> the admin site that is instaled with django. Something like this:
>
> admin -> /usr/share/pyshared/django/co
I had this same problem when hosting it with apache. I solved the
problem by creating a symbolic link inside my media folder pointing to
the admin site that is instaled with django. Something like this:
admin -> /usr/share/pyshared/django/contrib/admin/media/
Of course, this would only work in
On 26 October 2010 06:48, marcoarreguin wrote:
> I'm starting with Django and I have a bluehost, yesterday I have been
> installing all the stuff, I found a tutorial about how to install
> django in bluehost, so I'm using fcgi.
>
> My problem is that when I uncomment the necesary things to run my
I'm starting with Django and I have a bluehost, yesterday I have been
installing all the stuff, I found a tutorial about how to install
django in bluehost, so I'm using fcgi.
My problem is that when I uncomment the necesary things to run my
admin, it runs, but it hasn't a layout like the images in
11 matches
Mail list logo