Jump to content

[Solved] Problem start with Django


nick.ferro

Recommended Posts

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)...

Link to comment
Share on other sites

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