1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-23 01:07:35 +00:00
seahub/thirdpart/termsandconditions/apps.py

9 lines
179 B
Python
Raw Normal View History

2016-07-15 02:47:32 +00:00
"""Django Apps Config"""
from django.apps import AppConfig
class TermsAndConditionsConfig(AppConfig):
name = 'termsandconditions'
verbose_name = "Terms and Conditions"