OpenDroneMap-WebODM/app/apps.py

11 wiersze
214 B
Python
Czysty Zwykły widok Historia

2016-08-10 20:23:17 +00:00
from __future__ import unicode_literals
from django.apps import AppConfig
from .boot import boot
2016-08-10 20:23:17 +00:00
class MainConfig(AppConfig):
name = 'app'
verbose_name = 'Application'
def ready(self):
boot()