mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-23 01:07:35 +00:00
9 lines
179 B
Python
9 lines
179 B
Python
|
"""Django Apps Config"""
|
||
|
|
||
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class TermsAndConditionsConfig(AppConfig):
|
||
|
name = 'termsandconditions'
|
||
|
verbose_name = "Terms and Conditions"
|