mirror of
https://github.com/django/django.git
synced 2025-04-12 03:22:21 +00:00
Changed myapps.models.py to myapps/models.py
This commit is contained in:
parent
dea554bd9d
commit
b90caf014c
@ -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…
x
Reference in New Issue
Block a user