Sovetnikov

Results 3 issues of Sovetnikov

When beat or celerycam in running as separate processes ("manage.py celery beat" or "manage.py celery celerycam" executed) all django application is initialized and all dependent stuff loaded in memory. In...

Is something like api.users[id].message.post({content:'message'}) supported by library? Example code calls GET /users/{id}/message/post?content=message, but not POST ... Great library!

Clustering support for overlay layer ``` app.overlay_layer( data=df, name="Buildings", description="Buildings", style={"fillColor": "#F87979", "clustered": True, "clusterDisableClusteringAtZoom": 14}, visible=True, ) ```