On 24 May 2011, at 12:34, Stuart MacKay wrote:
> 
> The only problem you might come across is when updating source code from a 
> repository is that any changes you make will be overwritten. So for example 
> to use staticfiles with django 1.3 I had to rename directories in 
> django-autocomplete so the javascript and css files would be found 
> automatically. Any time I deploy a new release and update the installed 
> packages using pip then I have to rename the directories again since pip 
> effectively does a clean install.

Fabric and a simple shell script would sort that one out. Just automate the 
updating of your packages with Fabric and then once all the packages have been 
updated, use Fabric to run your shell script (or Python script) to rename the 
folders as required.

Simon.

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to