Skip to content
Snippets Groups Projects
apps.py 122 B
Newer Older
Jacek Lebioda's avatar
Jacek Lebioda committed
from __future__ import unicode_literals

from django.apps import AppConfig


class WebConfig(AppConfig):
    name = 'web'