Paarhati Ozkasgarli cc0308df9c Provider and Provider Management
Change-Id: I8c72bbc02ad975ee02fc282ddc894f49b5cfb254
2016-12-04 10:20:09 +00:00

8 lines
132 B
Python

from __future__ import unicode_literals
from django.apps import AppConfig
class ProviderConfig(AppConfig):
name = 'provider'