Skip to content

Commit

Permalink
Added Apps config.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyface committed Jun 6, 2016
1 parent e422564 commit bd10fa1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions termsandconditions/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Django Apps Config"""

from django.apps import AppConfig


class TermsAndConditionsConfig(AppConfig):
name = 'termsandconditions'
verbose_name = "Terms and Conditions"

0 comments on commit bd10fa1

Please sign in to comment.