[Django] #11372: Support setup.py develop

View: New views
2 Messages — Rating Filter:   Alert me  

[Django] #11372: Support setup.py develop

by Django-3 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

#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 django-updates@...
To unsubscribe from this group, send email to django-updates+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: [Django] #11372: Support setup.py develop

by Django-3 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

#11372: Support setup.py develop
-------------------------------------+--------------------------------------
          Reporter:  kcarnold        |         Owner:  nobody
            Status:  new             |     Milestone:        
         Component:  Core framework  |       Version:  SVN  
        Resolution:                  |      Keywords:        
             Stage:  Unreviewed      |     Has_patch:  1    
        Needs_docs:  0               |   Needs_tests:  0    
Needs_better_patch:  0               |  
-------------------------------------+--------------------------------------
Changes (by kcarnold):

 * cc: kcarnold (added)
  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

--
Ticket URL: <http://code.djangoproject.com/ticket/11372#comment:1>
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 django-updates@...
To unsubscribe from this group, send email to django-updates+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---