~joetalbott/qa-dashboard/fix_for_15.04

« back to all changes in this revision

Viewing changes to manage.py

  • Committer: Tarmac
  • Author(s): Joe Talbott, Joe Talbot
  • Date: 2014-10-28 19:56:01 UTC
  • mfrom: (756.2.17 charm_support)
  • Revision ID: tarmac-20141028195601-yyfx9gt3kq008idd
[r=PS Jenkins bot, Evan Dandrea] Add support needed for the soon to be released CI Dashboard Charm.  from Joe Talbott

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
import os
4
4
import sys
5
5
 
 
6
import qa_dashboard.paths as paths
 
7
paths.setup_paths()
 
8
 
6
9
if __name__ == "__main__":
7
10
    os.environ.setdefault("DJANGO_SETTINGS_MODULE", "qa_dashboard.settings")
8
11