Fix members pep8 and add docstrings

This commit is contained in:
henu
2017-09-20 21:00:58 +03:00
parent ecc0ac965e
commit 08710b3705
10 changed files with 271 additions and 83 deletions
+4
View File
@@ -1,5 +1,9 @@
"""App configurations for members app."""
from django.apps import AppConfig
class MembersConfig(AppConfig):
"""Class for Members app configurations."""
name = 'members'