Django

Code

Changeset 7715

Show
Ignore:
Timestamp:
06/20/08 12:18:58 (5 months ago)
Author:
lukeplant
Message:

Added docs about urls.py and testing views for contrib apps

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/contributing.txt

    r7714 r7715  
    759759 
    760760For the tests to be found, a ``models.py`` file must exist (it doesn't 
    761 have to have anything in it). 
     761have to have anything in it).  If you have URLs that need to be 
     762mapped, you must add them in ``tests/urls.py``. 
    762763 
    763764To run tests for just one contrib app (e.g. ``markup``), use the same