Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 7th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ##################
  2. # LOCAL SETTINGS #
  3. ##################
  4.  
  5. # Allow any settings to be defined in local_settings.py which should be
  6. # ignored in your version control system allowing for settings to be
  7. # defined per machine.
  8. try:
  9.     from local_settings import *
  10. except ImportError:
  11.     pass