Commit 6e7cba28 by John Eskew

Add doctrings to module/class.

parent 7b4a3c17
"""
Configuration for the edxmako Django application.
"""
from django.apps import AppConfig from django.apps import AppConfig
from django.conf import settings from django.conf import settings
from . import add_lookup, clear_lookups from . import add_lookup, clear_lookups
class EdxMakoConfig(AppConfig): class EdxMakoConfig(AppConfig):
"""
Configuration class for the edxmako Django application.
"""
name = 'edxmako' name = 'edxmako'
verbose_name = "edX Mako Templating" verbose_name = "edX Mako Templating"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment