Tiago Fassoni
Tiago Fassoni
I implemented KML Export functionality for a project using django-rest-framework-gis. I'm opening this issue to check if you want me to create a pull request so the package will have...
Hello, do you guys have any idea on how hard would it be to have the pip instalable bindings for python mapnik. Just to give me some pointers so I...
timtec pede django-filter=0.10.0, que é incompatível com o django-discussion, que pede django-filter=0.13.0 aliás, o django-discussion pede uma versão de djangorestframework completamente incompatível com a do django-filter.
This module does not work with node.js because node doesn't have window or navigator objects. I made a fork of the repo and modified the module so that it checks...
First of all, THANK YOU SO MUCH! This is going to be super useful for my classes. And the "useful for my classes" quite summarizes the problem: students will run...
First of all, thanks for your great work. I found this project via Stack Overflow, while looking for alternatives to ipython in JS. I'd like to ask if you know...
I changed the references to `datetime.datetime.now` to `timezone.now` from `django.utils` (source [here](https://docs.djangoproject.com/en/dev/_modules/django/utils/timezone/#now) That way, if `USE_TZ=False` in settings, will use standard datetime. Otherwise, will have timezone support. (sidenote: Yes, I'm...