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

14 lines
204 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'
2020-02-10 11:01:19 +01:00
__version__ = '0.5.4'
2016-06-24 12:17:49 +02:00
default_app_config = 'rangefilter.apps.RangeFilterConfig'
2016-08-02 11:20:38 +02:00
VERSION = __version__