8 lines
136 B
Python
Executable File
8 lines
136 B
Python
Executable File
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class HomeOfficeConfig(AppConfig):
|
|
name = 'homeoffice'
|