Hi, On Tue, 8 Sep 2009 10:59:11 -0700 (PDT), Hrishikesh Dhayagude <[email protected]> wrote: > > Hi, [cut] > If i want to source abc.js then > <script type="text/javascript" src="abc.js"></script> [cut] > So do i need to include any action to be performed on that particular > url in url.py?? Yes, this abc.js is a static file. You should setup your django do serve static files. Read http://docs.djangoproject.com/en/dev/howto/static-files/ for a full explanation. If stay in doubts after reading, let us know.
[cut] Best regards. -- Ulysses Almeida Analista Judiciário - Análise de Sistemas Secretaria de Tecnologia da Informação - COINF - TRE-MS [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

