Added support to disable the default scrolling JS code included in web_theme app

This commit is contained in:
Roberto Rosario
2011-03-25 16:22:09 -04:00
parent d9e1043ca3
commit daa22f1f36
4 changed files with 16 additions and 3 deletions

View File

@@ -240,6 +240,8 @@ BROKER_PASSWORD = "guest"
BROKER_VHOST = "/"
CELERYBEAT_SCHEDULER='djcelery.schedulers.DatabaseScheduler'
#======== End of user configuration options =======
#--------- Web theme ---------------
WEB_THEME_ENABLE_SCROLL_JS = False
#--------- Grappelli ----------------
#GRAPPELLI_ADMIN_TITLE = PROJECT_TITLE
#--------- Django -------------------