#16779: Add a tutorial for first time Django contributors
---------------------------------------+-------------------------------
               Reporter:  taavi223     |          Owner:  taavi223
                   Type:  New feature  |         Status:  assigned
              Milestone:               |      Component:  Documentation
                Version:               |       Severity:  Normal
             Resolution:               |       Keywords:
           Triage Stage:  Accepted     |      Has patch:  1
    Needs documentation:  0            |    Needs tests:  0
Patch needs improvement:  0            |  Easy pickings:  0
                  UI/UX:  0            |
---------------------------------------+-------------------------------

Comment (by julien):

 Replying to [comment:8 Wim Feijen <wim@…>]:
 > 1. myfancynewpatch.diff is a good name; but maybe patch_for_ticket_xxxxx
 is better? You might even set a convention here. :)

 Everyone is different, but `<ticket number>.<short description of what the
 patch is about>.diff` (e.g. `15315.modelform-factory-widget-support.diff`)
 is a good convention, I think.

 > 2. What I do when I run tests, I just make a symlink to django in the
 test directory, so I don't need to mess with python paths.

 I wouldn't recommend doing this in the tutorial. Having symlinks hanging
 around is not very clean ;-) The `PYTHONPATH` approach is correct here.

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

Reply via email to