push-things/django-th

View on GitHub
django_th/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
VERSION = (1, 7, 0)  # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

default_app_config = 'django_th.apps.DjangoThConfig'