forked from orbit-oss/flask
Merge branch 'master' of https://github.com/mitsuhiko/flask
This commit is contained in:
commit
5420bce383
11 changed files with 49 additions and 11 deletions
|
|
@ -33,7 +33,7 @@ SQLAlchemy. It allows you to define tables and models in one go, similar
|
|||
to how Django works. In addition to the following text I recommend the
|
||||
official documentation on the `declarative`_ extension.
|
||||
|
||||
Here the example :file:`database.py` module for your application::
|
||||
Here's the example :file:`database.py` module for your application::
|
||||
|
||||
from sqlalchemy import create_engine
|
||||
from sqlalchemy.orm import scoped_session, sessionmaker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue