Jump to content

Recommended Posts

Posted

Hi all.

I have a little site on my pc.. i run it with "python manage.py runserver"..

now i would like put it on my domain (http://nicolaferrari.heliohost.org/)...

i followed the guide on officiale site but it doesn't work and i don't undestand why...

this is my structure:

 

siti

  • nicola(folder)

    • templates
    • utility
    • __init__
    • admin
    • models
    • tests
    • views
  • __init__
  • manage
  • settings
  • urls

 

i created .htacces, dispatch.wsgi and the .python_egg_cache folder..

i don't undestand how i have to start the "server" (like i do on my local pc)...

Posted

The server is Apache with mod_wsgi, and it's already running. If you stick in all the files and go to the specified URL, it should be working.

Posted
The server is Apache with mod_wsgi, and it's already running. If you stick in all the files and go to the specified URL, it should be working.

 

I don't undestand why my site don't work..http://nicolaferrari.heliohost.org/

in local it work

Posted

It looks like you have a 500 error, but Django is catching it. Try looking at Django's error logs.

Guest
This topic is now closed to further replies.
×
×
  • Create New...