1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 17:33:18 +00:00
This commit is contained in:
zhengxie
2016-07-15 10:47:32 +08:00
parent 126da528b5
commit 41f9a3950c
24 changed files with 1180 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
"""Django Apps Config"""
from django.apps import AppConfig
class TermsAndConditionsConfig(AppConfig):
name = 'termsandconditions'
verbose_name = "Terms and Conditions"