Add doctrings to module/class.

This commit is contained in:
John Eskew
2017-11-02 15:10:46 -04:00
parent 7b4a3c1714
commit 6e7cba2803

View File

@@ -1,10 +1,15 @@
"""
Configuration for the edxmako Django application.
"""
from django.apps import AppConfig
from django.conf import settings
from . import add_lookup, clear_lookups
class EdxMakoConfig(AppConfig):
"""
Configuration class for the edxmako Django application.
"""
name = 'edxmako'
verbose_name = "edX Mako Templating"