Re: Multi images upload in Django vs Vue.js

2021-12-16 Thread Ram
Also, I wanted to add that we are using Django FWK only but not the RESTFUL one? Best regards, ~Ram On Thu, Dec 16, 2021 at 9:10 PM Ram wrote: > Hi, > > Is anyone successful implementing multi images upload in a WebApp using > Vue.js and Django? We tried so many ways and which ever way we try

Multi images upload in Django vs Vue.js

2021-12-16 Thread Ram
Hi, Is anyone successful implementing multi images upload in a WebApp using Vue.js and Django? We tried so many ways and which ever way we try images are being saved "null" in the backend. So I'm wondering whether this is a bug in Django or incompatibility with Vue.js? Could you share if anyone ha

Re: get country from IP_addres.

2021-12-16 Thread Agoua David
Hi I think you should use an API to fetch the country and some other information about you users Many site provide a way to get the country of an IP address through an api Le jeu. 16 déc. 2021 à 02:09, Amor Zamora a écrit : > Can you help me? > I need to obtain the country of where the users ac

Re: I need orientation on what to do and how to do it (procedure)

2021-12-16 Thread Vishesh Mangla
https://stackoverflow.com/a/2218134/4213362 On Thu, Dec 16, 2021 at 9:56 PM addani Raghavender < addaniraghaven...@gmail.com> wrote: > No not that much > > On Thu, 16 Dec, 2021, 7:43 am Amor Zamora, wrote: > >> >> Can you help me? >> I need to obtain the country of where the users access from th

Re: get country from IP_addres.

2021-12-16 Thread fahad ahmad
There are geoip databases you can download or use api services such as: https://ipgeolocation.io/ to get the information. On Thu, Dec 16, 2021, 09:08 Amor Zamora wrote: > Can you help me? > I need to obtain the country of where the users access from the IP and > insert that information into th

Re: I need orientation on what to do and how to do it (procedure)

2021-12-16 Thread addani Raghavender
No not that much On Thu, 16 Dec, 2021, 7:43 am Amor Zamora, wrote: > > Can you help me? > I need to obtain the country of where the users access from the IP and > insert that information into the sqlite3 database. > > Little description. > I have an application that I have to do the statistics a