django_example_ynh/django_example_ynh/__init__.py
2023-11-26 15:57:47 +01:00

7 lines
218 B
Python

"""
django_example_ynh
Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost.
"""
__version__ = '0.2.0+ynh3'
__author__ = 'Jens Diemer <django_example_ynh@jensdiemer.de>'