0

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

Thanks :)

Vamsi Krishna B
  • 11,377
  • 15
  • 68
  • 94

1 Answers1

4

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.

Jake
  • 12,713
  • 18
  • 66
  • 96