Lots of fixes, changes, and new goodies.
This commit is contained in:
4
phenny
4
phenny
@@ -29,7 +29,7 @@ def create_default_config(fn):
|
||||
# These are people who will be able to use admin.py's functions...
|
||||
admins = [owner, 'someoneyoutrust']
|
||||
# But admin.py is disabled by default, as follows:
|
||||
disable = ['admin']
|
||||
exclude = ['admin']
|
||||
|
||||
# If you want to enumerate a list of modules rather than disabling
|
||||
# some, use "enable = ['example']", which takes precedent over disable
|
||||
@@ -37,7 +37,7 @@ def create_default_config(fn):
|
||||
# enable = []
|
||||
|
||||
# Modules to load from the opt directory
|
||||
opt = []
|
||||
extra = []
|
||||
|
||||
# EOF
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user