Is your tfAdapter.sortabletable.js file in one of your static directories? If so, are you using the proper URL to access it? For example, <script src="{{ STATIC_URL }}js/tfAdapter.sortabletable.js"></script>. If so, what do you see when you "View Source" through your browser on that page? If you click on the javascript link from the "View Source", does it still show up as a 404 error?
On Tue, Aug 21, 2012 at 7:43 AM, boddireddy purnachander < bpurnachan...@gmail.com> wrote: > Technologies used Python Django framework (from > https://www.djangoproject.com/) HTML table filter sort (from > http://tablefilter.free.fr/dwn.php) > > While all other accompanied '.css' and '.js' files in /static/css and > /static/js work, only 'tfAdapter.sortabletable.js' does not. > > No error is seen (in logs too) when I run the server. But when I try to > open the html files which include 'tfAdapter.sortabletable.js' file it > shows '404 file not found'. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/dyjutUdyxv4J. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.