blob: 055d045f361058a90257c9a694ac0317f118e00a [file] [log] [blame]
#!/usr/bin/env python2
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""(Semi-)Autogenerated django module for app management."""
from __future__ import print_function
import os
import sys
if __name__ == '__main__':
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'cq_stats.settings')
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)