Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FedericoCeratto/bottle-cork
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto committed Mar 18, 2014
2 parents 57b9f5f + a650c91 commit 6b4ba25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Expand Up @@ -13,3 +13,4 @@ Steven Hiscocks <steven@hiscocks.me.uk>
"zhukau"
"Jacksonville"
"bpmason1"
"fabianuffer"
3 changes: 0 additions & 3 deletions examples/simple_webapp_using_sqlite.py
Expand Up @@ -18,9 +18,6 @@
log = logging.getLogger(__name__)
bottle.debug(True)

# Use users.json and roles.json in the local example_conf directory
aaa = Cork('example_conf', email_sender='federico.ceratto@gmail.com', smtp_url='smtp://smtp.magnet.ie')

def populate_backend():
b = SQLiteBackend('example.db', initialize=True)
b.connection.executescript("""
Expand Down

0 comments on commit 6b4ba25

Please sign in to comment.