Fix webapp and sikweb py files pep8

This commit is contained in:
henu
2017-09-20 21:15:46 +03:00
parent 08710b3705
commit 43e54af141
11 changed files with 97 additions and 39 deletions
+5
View File
@@ -1,8 +1,13 @@
"""Webapp app configurations."""
from django.apps import AppConfig
class WebappConfig(AppConfig):
"""Webapp configurations."""
name = 'webapp'
def ready(self):
"""Import translations."""
import webapp.translations