mirror of
https://github.com/Hopiu/django.git
synced 2026-03-27 11:20:24 +00:00
Changed myapps.models.py to myapps/models.py
This commit is contained in:
parent
dea554bd9d
commit
b90caf014c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue