~ubuntu-cloud-archive/ubuntu/precise/horizon/folsom

« back to all changes in this revision

Viewing changes to .pc/fix-dashboard-manage.patch/manage.py

  • Committer: Adam Gandelman
  • Date: 2013-01-08 01:25:32 UTC
  • mfrom: (38.1.1 horizon)
  • Revision ID: adamg@canonical.com-20130108012532-ozire10x7s2uk88x
Merge 2012.2.1 SRU.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python
2
 
 
3
 
import os
4
 
import sys
5
 
 
6
 
from django.core.management import execute_from_command_line
7
 
 
8
 
if __name__ == "__main__":
9
 
    os.environ.setdefault("DJANGO_SETTINGS_MODULE",
10
 
                          "openstack_dashboard.settings")
11
 
    execute_from_command_line(sys.argv)