~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/conf/apps.py

  • Committer: mattgiuca
  • Date: 2008-01-12 12:37:53 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:195
Configuration: Moved "default_app" setting from conf/conf.py to conf/apps.py.
    Reason: This is not user-configurable, much more relevant to apps.
Updated setup.py so as to not write this variable to conf.py.
setup.py: Also made a bit more robust, can handle an existing conf.py with
    missing variables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
            ", requireauth=" + repr(self.requireauth) + ", hashelp="
17
17
            + repr(self.hashelp) + ")")
18
18
 
 
19
# Which application to load by default (if the user navigates to the top level
 
20
# of the site). This is the app's URL name.
 
21
# Note that if this app requires authentication, the user will first be
 
22
# presented with the login screen.
 
23
default_app = "files"
 
24
 
19
25
# Application definitions
20
26
 
21
27
app_browser =   App(dir = "browser",