Skip to content

Commit

Permalink
Remove deprecated kotti.includes from app.ini. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
disko committed Jun 29, 2015
1 parent 87c7ad2 commit f9b5d37
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app.ini
Expand Up @@ -7,37 +7,26 @@ use = egg:kotti
# kotti.site_title: your site's title
kotti.site_title = Yet another Kotti site


# kotti.secret: defines the initial password of the 'admin' user
kotti.secret = qwerty


# sqlalchemy.url: the database that you want to use, defaults to SQLite
# see http://www.sqlalchemy.org/docs/core/engines.html#database-urls
sqlalchemy.url = sqlite:///%(here)s/Kotti.db


# mail.default_sender: configure the 'from' address of emails sent by Kotti
mail.default_sender = yourname@yourhost


# kotti.includes: include add-ons; an example:
# kotti.includes = kotti_twitter.include_search_widget


# kotti.configurators: another hook for add-ons
# kotti_tinymce should always be present (unless you don't want WYSIWYG editing)
kotti.configurators = kotti_tinymce.kotti_configure


# kotti.asset_overrides: override Kotti's templates and resources; an example:
# kotti.asset_overrides = mypackage:kotti-overrides/


# pyramid.default_locale_name: set the user interface language
pyramid.default_locale_name = en


pyramid.includes =
pyramid_tm
# pyramid_debugtoolbar
Expand Down

0 comments on commit f9b5d37

Please sign in to comment.