1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00
Files
seahub/thirdpart/termsandconditions/apps.py
zhengxie 41f9a3950c Add ToC
2016-07-22 16:34:09 +08:00

9 lines
179 B
Python

"""Django Apps Config"""
from django.apps import AppConfig
class TermsAndConditionsConfig(AppConfig):
name = 'termsandconditions'
verbose_name = "Terms and Conditions"