I'm attempting to setup a django development server using a sandbox approach. The specific technologies in place are apache2, mod_wsgi and django.
I'd like to use subdomains formatted as: {project}-{user}.domain.com.
I'd like that subdomain to point here: /home/{user}/{project}/application/django.wsgi.
Is this possible to setup via Virtual Hosts to work automatically, and if so, what would such a Virtual Host file look like?