~deej/django-openid-auth/deb-build

« back to all changes in this revision

Viewing changes to manage.py

  • Committer: Natalia
  • Date: 2015-04-23 20:02:39 UTC
  • mto: This revision was merged to the branch mainline in revision 113.
  • Revision ID: natalia.bidart@ubuntu.com-20150423200239-398aidg4rl3bolj8
Fully test suite passing on djangos from 1.4 to 1.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
import sys
4
4
 
5
5
if __name__ == "__main__":
6
 
    os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
 
6
    os.environ.setdefault("DJANGO_SETTINGS_MODULE", "example_consumer.settings")
7
7
 
8
8
    from django.core.management import execute_from_command_line
9
9