Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
http://luc.lino-framework.org/blog/2017/1121.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaffre committed Nov 21, 2017
1 parent c462bdc commit 152229b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lino_book/projects/cms/settings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
# Copyright 2012-2016 Luc Saffre
# Copyright 2012-2017 Luc Saffre
# License: BSD (see file COPYING for details)

"""The Django settings module for Lino CMS.
Expand All @@ -17,6 +17,7 @@ class Site(Site):
author_email = 'luc@lino-framework.org'

default_ui = 'lino_xl.lib.pages'
admin_ui = 'lino.modlib.extjs'

languages = 'en de fr'

Expand All @@ -41,4 +42,3 @@ def get_installed_apps(self):
# yield 'lino_book.projects.cms'


SITE = Site(globals())

0 comments on commit 152229b

Please sign in to comment.