Skip to content

Commit

Permalink
ADding help text around sqlalchemy URI
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 24, 2015
1 parent 9fab75b commit 74ae4ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions panoramix/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ class DatabaseView(ModelView, DeleteMixin):
edit_columns = add_columns
add_template = "panoramix/models/database/add.html"
edit_template = "panoramix/models/database/edit.html"
description_columns = {
'sqlalchemy_uri': (
"Refer to the SqlAlchemy docs for more information on how "
"to structure your URI here: "
"http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html")
}

appbuilder.add_view(
DatabaseView,
Expand Down

0 comments on commit 74ae4ee

Please sign in to comment.