can use jquery and jquery Ui in Django Flatpages ?
should I host the files locally, or can I specify some external location ??
Thanks 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.