On 16 Sep 2008, at 9:53 am, Donn wrote:

> How about
> 1. making a link under /var/www/assets to /whatever/v2/assets
> 2. move your assets directory into /whatever/v2/
> 3. setup your webserver to go look at /var/www/assets when media is  
> served.
>
> You should be able to arrange something like that and not touch any  
> of your
> paths in the css. (I hope)


How about:

Changing your apache setup to serve it off of a different URL, like  
the first example here:

http://docs.djangoproject.com/en/dev/howto/deployment/modpython/ 
#basic-configuration

Change the "/mysite/" to "/v2/" (and the other settings to reflect  
your settings) and you should be away.

-- 
David Reynolds
[EMAIL PROTECTED]


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to