Skip to content

Instantly share code, notes, and snippets.

@agaerig
Created March 1, 2013 17:04
Show Gist options
  • Select an option

  • Save agaerig/5066117 to your computer and use it in GitHub Desktop.

Select an option

Save agaerig/5066117 to your computer and use it in GitHub Desktop.
#
# Scheduler
#
DJANGO_SCHEDULER_SEARCH_FIELDS = {
'default': {
'*': ('title',)
}
}
DJANGO_SCHEDULER_DEFER_FIELDS = {
'default': {
'*': ('content', )
},
}
DJANGO_SCHEDULER_ALLOWED_APPS = (
'festival',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment