From 422a5dc746b63556cf0db71a0fb44d2e79c8761b Mon Sep 17 00:00:00 2001 From: Tiago Silva Date: Thu, 6 Nov 2014 12:38:35 +0000 Subject: [PATCH] fixed mistake --- doc/structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/structure.md b/doc/structure.md index 543587b1..56c2f3f9 100644 --- a/doc/structure.md +++ b/doc/structure.md @@ -76,7 +76,7 @@ from .cat import Cat from .dog import Dog ``` -There's no need to have an ``__init__.py`` file next to the app file (``__init__.py``) to import the ``models`` +There's no need to have an ``__init__.py`` file next to the app file (``hello.py``) to import the ``models`` package, since that package is already imported automatically by Appier. For more details about models, check out the [Models](doc/models.md) documentation.