Struggling with an install of GAE-Patch and using my stylesheets. My settings.py has the following lines included already, but the media generator is not compiling and packaging it properly:
    'combined-%(LANGUAGE_DIR)s.css': (
        'global/look.css',
    ),
    'combined-%(LANGUAGE_DIR)s.css': (
        'global/base-%(LANGUAGE_DIR)s.css',
        'owr/main.css',
    ),
and
INSTALLED_APPS = (
    'owr',
)
Where is the stylesheet supposed to go, in which folder? Under owr/media?