hey, using django,

wondering, since its uses subapps, using apache for serving static files 
for local development, jsut curious how can i allow all apps to serve 
without having to add an extra entry for each one like so.  

Alias /static /var/www/dtuts/dsite1/bloghome/static
                <Directory /var/www/dtuts/dsite1/bloghome/static>
                        Order allow,deny
                        Allow from all
                </Directory>


-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to