debian-django-admin-rangefi.../rangefilter/__init__.py

14 lines
205 B
Python
Raw Normal View History

2016-06-24 12:17:49 +02:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
__author__ = 'Dmitriy Sokolov'
2019-04-14 18:37:52 +02:00
__version__ = '0.3.15'
2016-06-24 12:17:49 +02:00
default_app_config = 'rangefilter.apps.RangeFilterConfig'
2016-08-02 11:20:38 +02:00
VERSION = __version__