JgtAman
JgtAman
> **Thinking out loud:** > > Writing down some questions to brainstorm about the UX > > * How often will this notification be sent? > * Do we need...
Instead of showing an alert, we can explore something along the side of django messages framework, to display a warning on the location admin page indicating the fuzzy nature. https://docs.djangoproject.com/en/5.2/ref/contrib/messages/
> > Instead of showing an alert, we can explore something along the side of django messages framework, to display a warning on the location admin page indicating the fuzzy...
There are two ways to fetch the data using geoip2 : - Through [web service](https://geoip2.readthedocs.io/en/latest/#sync-web-service-example) (requires internet for each fetch) - Through manually downloading the database (requires [scripts](https://dev.maxmind.com/geoip/updating-databases/) for updating)...
> > * Through manually downloading the database (requires [scripts](https://dev.maxmind.com/geoip/updating-databases/) for updating) > > I believe [Django also advices](https://docs.djangoproject.com/en/5.1/ref/contrib/gis/geoip2/#module-django.contrib.gis.geoip2) to download the data. How frequently we may need to update...
## **More information regarding services provided by Maxmind:** ### Webservices - GeoLite2 Web services are free but are Limited to 1000 requests per day - GeoIP2 Web services are paid...
> Hi [@DragnEmperor](https://github.com/DragnEmperor) As discussed in the call today, although databases is a preferred solution, for now, we will proceed with the APIs as they will be less time taking...
Following are the items which I think we can discuss before implementing this to have more clarity: - Should we have one task for both WHOIS record creation and fuzzy...
Following are the doubts which I think we can discuss before implementing this to have more clarity: - Initially we decided on following fields for summary/brief view of WHOIS record:...
There are some commits which are related to another PR #1054. Once its merged, this branch will be rebased.