#11372: Support setup.py develop ----------------------------+----------------------------------------------- Reporter: kcarnold | Owner: nobody Status: new | Milestone: Component: Core framework | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | ----------------------------+----------------------------------------------- http://docs.djangoproject.com/en/dev/topics/install/#installing- development-version is overly complex because you have to deal with paths etc. With the attached tiny patch, steps 3 and 4 become: run {{{python setup.py develop}}}.
Unlike the other setuptools tickets, you don't have to switch to the setuptools way of doing things in order to use it; you can just opportunistically import from setuptools if it's available. -- Ticket URL: <http://code.djangoproject.com/ticket/11372> Django <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 -~----------~----~----~----~------~----~------~--~---
