flask/docs/tutorial
Kyle Lawlor fa087c8929 Fixes import statement in flaskr (#2068)
- `from flaskr.flaskr import app` in flaskr/__init__.py
  causes an import error with Python 2
- The relative import now used works for py2 and py3
2016-10-30 14:34:49 +01:00
..
css.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
dbcon.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
dbinit.rst Address #1902: Converts example/flaskr to have a setup.py (#1945) 2016-07-05 17:30:59 -07:00
folders.rst Address #1902: Converts example/flaskr to have a setup.py (#1945) 2016-07-05 17:30:59 -07:00
index.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
introduction.rst Address #1902: Converts example/flaskr to have a setup.py (#1945) 2016-07-05 17:30:59 -07:00
packaging.rst Fixes import statement in flaskr (#2068) 2016-10-30 14:34:49 +01:00
schema.rst Address #1902: Converts example/flaskr to have a setup.py (#1945) 2016-07-05 17:30:59 -07:00
setup.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
templates.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
testing.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
views.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00