mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-16 22:10:28 +00:00
7 lines
229 B
Python
7 lines
229 B
Python
__title__ = 'django-fobi'
|
|
__version__ = '0.13.9'
|
|
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
|
|
__copyright__ = '2014-2018 Artur Barseghyan'
|
|
__license__ = 'GPL 2.0/LGPL 2.1'
|
|
|
|
default_app_config = 'fobi.apps.Config'
|