Skip to content

Instantly share code, notes, and snippets.

@xordoquy
Created May 26, 2014 21:28
Show Gist options
  • Save xordoquy/b1e579e2283f6b5ecdf4 to your computer and use it in GitHub Desktop.
Save xordoquy/b1e579e2283f6b5ecdf4 to your computer and use it in GitHub Desktop.
# settings for an application:
from django.conf import settings
SOME_ATTR = getattr(settings, 'APP_SOME_ATTR', 'Default value')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment