#4688: startproject breaks if django files are read-only (settings.py) ----------------------------------+----------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: adrian Status: new | Component: django-admin.py Version: SVN | Keywords: settings.py read-only Stage: Unreviewed | Has_patch: 1 ----------------------------------+----------------------------------------- We keep all of our dependencies, including Django, in a local revision control repository. In our system, all files are stored read-only unless you have them checked out for edit. Django startproject makes a copy of settings.py and adds a secret key to it, but does not check to see if settings.py is writeable beforehand. I've attached a patch that we will be using in our internal copy of Django, which is against an SVN checkout from today.
-- Ticket URL: <http://code.djangoproject.com/ticket/4688> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
