Files
heroku-buildpack-python/test/django-1.4-skeleton/manage.py
T
Kenneth Reitz 233df5d59d fix tests
2012-04-30 13:53:05 -04:00

11 lines
251 B
Python

#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "haystack.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)