##// END OF EJS Templates
Docker working
Docker working

File last commit:

r0:476448e11002
r1:f2324aa7e45d
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'