Skip to content

Commit

Permalink
fixup! Use py.test for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Dec 18, 2023
1 parent 4ad5640 commit f8819d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "polymorphic_test_settings.py")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "polymorphic_test_settings")
from django.core.management import execute_from_command_line

execute_from_command_line(sys.argv)

0 comments on commit f8819d4

Please sign in to comment.