diff --git a/manage.py b/manage.py deleted file mode 100755 index ea3f17b7..00000000 --- a/manage.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env python - -# XXX we need manage.py until pytest-django is fixed -# https://github.com/pytest-dev/pytest-django/issues/639 - -import sys - -if __name__ == "__main__": - from django.core.management import execute_from_command_line - - execute_from_command_line(sys.argv)