Changed myapps.models.py to myapps/models.py

This commit is contained in:
Daniel Greenfeld 2012-07-15 19:29:19 -07:00
parent dea554bd9d
commit b90caf014c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ editing content:
.. note:: Some of the examples on this page assume that a model titled 'authors'
has been defined. For these cases we assume the following has been defined
in `myapps.models.py`::
in `myapp/models.py`::
from django import models
from django.core.urlresolvers import reverse