1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00
Files
seahub/thirdpart/termsandconditions/apps.py

9 lines
179 B
Python
Raw Normal View History

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