stacktach/manage.py
Anuj Mathur 9421e9be95 Increased list of fields that are verified
Moved _monitor_message and _compute_update_message code and
tests to MonitorNotification and ComputeUpdateNotification
2013-06-24 18:57:18 +05:30

10 lines
246 B
Python
Executable File

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