Thanks, this kind of design is interesting, not what i expected
though.

I thought the server is running whatever my script i want to use
    return render_to_response('home.html')
or
    return render_to_response('index.html')



On May 14, 7:55 pm, David Zhou <[email protected]> wrote:
> On Thu, May 14, 2009 at 9:53 PM, online <[email protected]> wrote:
>
> > Whatever i changed 'home.html' to other page i always get the same
> > result.
>
> Are you restarting your serving?  If by "changed home.html to other
> page" you mean you modified your view function to return a different
> template, then make sure you restart your server.
>
> -- dz
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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