On 7/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi > > I use the development server that comes with Django. I'm currently > trying out some changes to the contrib/admin application, and find > thatI have to restart the server every time I change one of the > templates. Is there some way I can avoid this?
You shouldn't have to. What effect do you see if you don't restart the dev server? The old templates get rendered? I'm pretty sure that when using the dev server, templates don't get cached, they should be reread every time a page is loaded. Maybe this doesn't apply for the Admin though. On a side note: What's your need for making changes to contrib/admin? What kind of functionality are you looking for that's not already provided? Jay P. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---