On 16/08/2006, at 10:55 AM, Corey Oordt wrote: the easiest way to avoid doing this it to a) fix up your svn:ignore in your repo to ignore them b) edit ~/.subversion/config and uncomment the line 'global-ignores' and make it global-ignores = *.pyc *.pyo .*.swp *.o *.lo *.la *~ #*# .*.rej *.rej .*~ *~ .#* .DS_Store or have your settings.py include separate files with the specific options. SECRET_KEY = open('/home/iholsman/.secret').read().strip() which will make it easier to propogate changes through. regards Ian.
-- Ian Holsman http://med-chatter.com/ it's about the medicine --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~--- |
- Re: How do I store project in subversion? Corey Oordt
- Re: How do I store project in subversion? Ian Holsman
- Re: How do I store project in subversion? Jay Klehr
- Re: How do I store project in subversion? Kjell Magne Fauske