mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
Add ToC
This commit is contained in:
8
thirdpart/termsandconditions/apps.py
Normal file
8
thirdpart/termsandconditions/apps.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Django Apps Config"""
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class TermsAndConditionsConfig(AppConfig):
|
||||
name = 'termsandconditions'
|
||||
verbose_name = "Terms and Conditions"
|
Reference in New Issue
Block a user