Hello, I've successfully implemented django-cms with tinymce for all my webpages. My problem is that one of the webpages must retrieve data from the database into drop down boxes. The template is called search_globaldb. The cms forces the url to look for this template in the cms database table. I need the url to look for this template in my template directory, so the url can send a request to view.py to get data from the database to populate the drop down boxes in the search_globaldb template. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

