Nuno Khan
Nuno Khan
@bradmontgomery i was reading up on https://github.com/bradmontgomery/django-redis-metrics/issues/35 but i still have some questions regarding: I see the advantages of Redis reading and saving metrics regarding performance, but what happens when...
Hi, i am getting this error when i try to render a Geodjango map in my admin. This works well in a "normal" django admin installation. To be more specific:...
Is there any support or plans for GeoDjango Maps in the admin `PointField` for example?? At the moment i only get the text version `SRID=4326;POINT (-4.306640624400504 12.72608429520555)` thanks
hi there i did what you said in the tutorial but i am getting a "Uncaught TypeError: Object [object Object] has no method 'fileupload'" i copied the folder in media...
https://github.com/celery/django-celery is deprecated and it is also an unnecessary dependency. We can redo the `active_status` endpoint without django-celery but using https://github.com/jezdez/django-celery-monitor/ So the new code would be added here: https://github.com/psychok7/django-celery-inspect/blob/master/celery_inspect/api/viewsets.py#L29...
Add a CI like Travis CI after https://github.com/psychok7/django-celery-inspect/issues/2 is improved
Create some celery tasks and test them
Consider adding something like https://github.com/pgbouncer/pgbouncer https://hub.docker.com/r/brainsam/pgbouncer/ (alpine) or https://hub.docker.com/r/kotaimen/pgbouncer/ (debian)
We should definetly add some unit tests to validate if the directories are being successfully created
The Postgis Docker container that we are using comes with some garbage in it that we do not need. Consider adding some docs explaining how we can clear it or...