Hi All,
I am trying to implement the message middleware in my Django App engine project but its giving the an error message like:
ImproperlyConfigured: Error importing middleware mediautils.middleware: "No module named messages"
I have followed the link http://djangoadvent.com/1.2/messages-rest-us/ to implement it. Is it not possible to use this middleware with Google App engine? and if so, is there any alternative to get the same functionality with Google app engine and Django?
What are the changes required to make it run on google app engine?
Please suggest.
Thanks in advance.