Project

General

Profile

« Previous | Next » 

Revision 49839

added loader

View differences:

DLI.py
21 21
            ES_HOST = [x.strip() for x in s[1].split(',')]
22 22

  
23 23

  
24

  
25

  
26

  
27 24
class MyJSONEncoder(JSONEncoder):
28 25
    def default(self, obj):
29 26
        return obj.__dict__
......
93 90
    raise Exception("Method to be implemented")
94 91

  
95 92

  
96

  
97 93
@app.route('/api/stats_detail/', methods=['post', 'get'])
98 94
def stats_detail():
99 95
    return ""

Also available in: Unified diff