Re: Callable field in fieldset's field

2020-04-16 Thread 'Federico Capoano' via Django users
Is this the kind of thing you're looking for? https://github.com/openwisp/openwisp-firmware-upgrader/tree/1e9fa26d75a48ae9274c2708ea9a10134a2bb9d0/openwisp_firmware_upgrader/base/admin.py#L150-L186 Fed On Wednesday, April 15, 2020 at 4:15:48 PM UTC-5, Gagan Deep wrote: > > Greetings of the day,

Re: Any django reusable app for outdoor & indoor location, GPS tracking?

2018-05-04 Thread 'Federico Capoano' via Django users
Hey everyone, I forgot to follow up on this thread. django-loci now provides abstract/base classes for models, admin, channels so other developers can use this reusable app as a kind of library. There's ample room for improving this new reusable app

Re: Any django reusable app for outdoor & indoor location, GPS tracking?

2017-11-21 Thread 'Federico Capoano' via Django users
Hi everyone, I'd like to provide an update on this topic. First of all, I think my initial question was not 100% clear. For indoor location and GPS tracking I meant the following: Indoor location: being able to specify the location of an object in buildings, having their floorplan(s). GPS

Re: Django admin: is there an event, or another way to call a Javascript function, when a Django Admin Popup (the green plus icon) completes ?

2017-09-30 Thread 'Federico Capoano' via Django users
Opened a new thread on django-developers: https://groups.google.com/d/msg/django-developers/BsudgRRCKb4/airBUyhaAwAJ On Saturday, September 30, 2017 at 6:32:51 PM UTC+2, Federico Capoano wrote: > > Hi James, > > I was banging my head on the wall for this issue, you saved me some > precious

Re: Django admin: is there an event, or another way to call a Javascript function, when a Django Admin Popup (the green plus icon) completes ?

2017-09-30 Thread 'Federico Capoano' via Django users
Hi James, I was banging my head on the wall for this issue, you saved me some precious time, thank you! I wonder why such a mechanism is not included by default into Django, I will bring up this issue on the development mailing list. Federico On Thursday, November 26, 2015 at 11:58:22 AM

Any django reusable app for outdoor & indoor location, GPS tracking?

2017-09-26 Thread 'Federico Capoano' via Django users
Hi everyone, before building my own reusable app all over again, I wanted to ask here if there is any reusable django app that does indoor location and or GPS tracking. I'm not looking for something full featured, but rather a starting point to which I can contribute to. Best regards Federico

Re: Django m2m through model with classic admin widget

2016-08-22 Thread 'Federico Capoano' via Django users
Glad to know there's an accepted ticket for this. Right now I'm not sure I'll be able to work on it and will probably use a less pretty workaround, but I'm coming to Django Under The Hood and I'm pretty sure I will participate in the sprints, so if I cannot work on it now I already have a

Django m2m through model with classic admin widget

2016-08-22 Thread 'Federico Capoano' via Django users
Hi, this is a tough question, i've posted it to stackoverflow here: http://stackoverflow.com/questions/39076392/django-m2m-through-model-with-classic-admin-widget I include the text of the question here to make it easier to respond: I need to customise a through model of a many-to-many