Nuno Khan
Nuno Khan
@bradmontgomery i also don't have a high traffic project but i was thinking as a future feature. Maybe you are familiar with https://github.com/p/redis-dump-load that will do the exporting. Maybe django-redis-metrics...
Do translated Json Fields work properlly? can i trust them in production?
OMG i got so lost while reading all of this (and the related PRs and issues). I am new to `django-rest-framework-jwt` and `jwt`. I did understand this one https://github.com/GetBlimp/django-rest-framework-jwt/issues/92#issuecomment-227763338 so...
Also curious about the status on this one especially when starting new projects..
So no updates yet regarding this issue??
This PR should take care of this once it is merged: https://github.com/django-notifications/django-notifications/pull/160
Hey guys.. any updates on this?? Would be nice to have this merged
@kmmbvnr In a "normal" Django admin installation you can see an actual map and you can choose an `open street maps` map for example, by importing `from django.contrib.gis import admin`...
To be more specific: ``` from django.contrib.gis import admin as gis_admin class SecureOSMGeoAdmin(gis_admin.OSMGeoAdmin): openlayers_url = ( 'https://cdnjs.cloudflare.com/ajax/libs/openlayers/2.13.1/OpenLayers.js' ) ``` And ``` class AccommodationAdmin(SecureOSMGeoAdmin): pass admin.site.register(Accommodation, AccommodationAdmin) ``` The model: ```...
I have tried the latest commit with Django 1.10 and it appears to be working.. Anyways this project is still needed in my opinion.