Loading django templates/static files from pyrcc4 generated resource file
4 views
Skip to first unread message
bb6xt
unread,
Nov 24, 2011, 10:14:05 AM11/24/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi folks,
I am writing a PyQt frontend to a django application. Before calling app.exec_() on the qt app i first start up the django development server on a thread and later on access my views through a QtWebView. Since I use the pyrcc4 generated resource file for my qt app I just think it would be a lot cooler if I could do the same with my templates/static files in the django app. Is this possible? Which template loaders will allow me use this approach?