~mikemc/canonical-identity-provider/fix-1169632-temp

« back to all changes in this revision

Viewing changes to django_project/settings_build.py

  • Committer: Tarmac
  • Author(s): Vincent Ladeuil
  • Date: 2015-12-18 14:01:39 UTC
  • mfrom: (1371.2.9 lint)
  • Revision ID: tarmac-20151218140139-6grk6y6d66rrzpf6
[r=matt-goodall] Call make lint as part of the test suite to align with software center agent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import os
2
2
os.environ['SSO_LOGS_DIR'] = '/tmp'
3
 
from settings_base import *
 
3
from settings_base import *  # noqa
4
4
SECRET_KEY = 'build key'