[google-appengine] Re: app-engine-patch MediaGenerator not generating any media!

2009-03-16 Thread capoista

Waldemar,

Thank you for responding so quickly and pointing me in the right
direction, also many thanks for creating a beautiful resource  : )

You were right about the files - when I went over it again an made
sure the right files were in the right places it worked.

I am trying to teach myself about Django and GAE by incorporating Aral
Balkan's GAEswf project into your app-engine-patch sample project and
it has been very challenging - making good progress now though.

Many thanks and keep up the good work.

Stuart
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: app-engine-patch MediaGenerator not generating any media!

2009-03-14 Thread Waldemar Kornewald

On Mar 13, 6:03 pm, capoista  wrote:
>     'combined-%(LANGUAGE_CODE)s.js': (
>         'myapp/bla.js',
>         'global/morecode.js',
>     ),


I suppose both files don't actually exist? In that case the media
generation process will fail.

>     'combined-%(LANGUAGE_DIR)s.css': (
>         'myapp/style.css',

If you only integrate myapp/style.css why did you create another
style.css in the global media folder?

>         'global/layout-%(LANGUAGE_DIR)s.css',

Does this file exist, at all?


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
-~--~~~~--~~--~--~---