##// END OF EJS Templates
New server with req-rep and thread for updating status
New server with req-rep and thread for updating status

File last commit:

r0:476448e11002
r10:07b9b665c767
Show More
apps.py
8 lines | 154 B | text/x-python | PythonLexer
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class PlotterConfig(AppConfig):
name = 'plotter'