mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
7 lines
218 B
Python
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>'
|