Hi everyone,
app-engine-patch 1.0 is out now! Finally, you can use almost all
Django features on App Engine. You can download the sample project
here:
http://code.google.com/p/app-engine-patch/

What's new:
* Django's admin interface
* media generator (provides speed boost and better code modularity for
your site)
* support for writing self-contained apps
* and much more!
Please read the release notes for more information:
http://code.google.com/p/app-engine-patch/wiki/ReleaseNotes

Please donate if you like app-engine-patch:
http://code.google.com/p/app-engine-patch/wiki/Donate

Special:
After beta6 I've rewritten the media generator, so on the
dev_appserver all media files are automatically combined on-the-fly by
a Django view. This way, you can change your CSS/JS code and just
reload the page in your browser to see the changes take effect.
Previously you had to regenerate the media files manually which was
too annoying. What's really cool about the rewrite is that you can now
integrate your own converter functions. For example, you could
implement handlers for CleverCSS (http://sandbox.pocoo.org/clevercss/)
or pyjamas (http://pyjs.org/).

Bye,
Waldemar Kornewald
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to