Add doctrings to module/class.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user