Search code examples
djangodjango-flatpages

use jquery in Django Flatpages


can use jquery and jquery Ui in Django Flatpages ? should I host the files locally, or can I specify some external location ??

Thanks :)


Solution

  • Django Flatpages are much like any normal html page. I suggest you include jQuery and jQuery UI from Google's CDN and host other media (including your jQ UI theme) on your server. Have a look at the Django docs for handling static files.