##// END OF EJS Templates
Fixed bug to send data & PEP8 style code
Fixed bug to send data & PEP8 style code

File last commit:

r11:2395d68d2d5f
r24:009d2f0f0827
Show More
apps.py
5 lines | 89 B | text/x-python | PythonLexer
from django.apps import AppConfig
class PlotterConfig(AppConfig):
name = 'plotter'