Re: Practical Django Projects - Problem with CMS Search

2008-07-25 Thread ColdSun
Ah fantastic. I'm not sure why I overlooked that. Thank you very much. Its working fantastic now. -Logan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djan

Re: Practical Django Projects - Problem with CMS Search

2008-07-25 Thread ColdSun
After removing the "=" between the return and the httpresponse, I recieve a different error (perhaps progress? :)) Error is as follows: MultiValueDictKeyError at /search/ "Key 'Q' not found in " Request Method: GET Request URL:http://127.0.0.1:8000/search/ Exc

Practical Django Projects - Problem with CMS Search

2008-07-25 Thread ColdSun
Hello, I'm working through James Bennett's Practical Django Projects and am on chapter 3 and trying to implement the search function. Ive created the search/search.html pages, the views.py for the app etc, but when performing a search I receive the following error: -

Re: Django + tiny_mce

2008-07-11 Thread ColdSun
Try changing your change_form.html to reflect the nested directories (by including "../" for each level of directory its in... or, as a simplier fix: Change: to http://127.0.0.1:8000/tiny_mce/ tiny_mce.js"> --~--~-~--~~~---~--~~ You received this message b