Skip to content

Instantly share code, notes, and snippets.

@shaneshifflett
Created April 19, 2016 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaneshifflett/b5c948e897920ef4de1a2ba04f4bc7b6 to your computer and use it in GitHub Desktop.
Save shaneshifflett/b5c948e897920ef4de1a2ba04f4bc7b6 to your computer and use it in GitHub Desktop.
local settings for FOIA Machine
from django.conf import settings
from django.conf.urls import include, patterns, url
VET_REGISTRATION = False #don't require users to respond to an email when they sign up requiring them to confirm their account
DEBUG = True #Get debug toolbar and some extra logging information
USE_S3 = False #Don't use S3 files by default
MG_ROUTE = "YOUR MAILGUN ROUTE (HELPFUL FOR TEST/PROD VERSIONS SO EMAILS ARE ROUTED TO APPROPRIATE SERVERS)"
MG_POST_URL = "THE URL TO 'POST' MESSAGES TO"
MG_DOMAIN = "YOUR MAILGUN DOMAIN"
MAILGUN_KEY = "YOURKEY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment