Skip to content

Instantly share code, notes, and snippets.

@PCreations
Created July 23, 2015 22:27
Show Gist options
  • Save PCreations/9bc1c29cff9910e8f6a3 to your computer and use it in GitHub Desktop.
Save PCreations/9bc1c29cff9910e8f6a3 to your computer and use it in GitHub Desktop.
from .base import *
THIRD_PARTY_APPS += ('third.party.package.needed.in.test.env',)
INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + PROJECT_APPS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment