Re: get country from IP_addres.

2021-12-23 Thread Come Now
>From ipinfo.io في الخميس، ١٦ ديسمبر ٢٠٢١ ٤:٠٩ ص Amor Zamora كتب: > 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 and

how to calculate input form value in django

2021-12-23 Thread Ad Tariq
hi! django users how i calculate input value from template to views where request fetched value is TypeNone how can i convert it into integer of float type -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and sto

Django build file reg.

2021-12-23 Thread kavin kumar R
Hi everyone, *I did a project in django for a business motive and I want to sold it with out sorce code any one can help me to build a django a project wich can't be reverse engineered..* Thankyou!!. -- You received this message because you are subscribed to the Google Groups "Django use

Re: get country from IP_addres.

2021-12-23 Thread Bernard Mallala
In line with prior examples by others, take a look at this complete example leveraging GeoIP2 Get Visitor Location using GeoIP2 in Django https://medium.com/@arrosid/get-visitor-location-using-geoip2-in-django-32ad3d417115 Geolocation with GeoIP2 https://docs.djangoproject.com/en/4.0/ref/contrib

Re: Django build file reg.

2021-12-23 Thread Muhammad Juwaini Abdul Rahman
If you host and 'rent' it as SaaS, no one can access your sourcecode. But anyone can use your SaaS and replicate the website. On Thu, 23 Dec 2021 at 22:24, kavin kumar R wrote: > Hi everyone, > > > *I did a project in django for a business motive and I want to sold it > with out sorce code any

Re: how to calculate input form value in django

2021-12-23 Thread Muhammad Juwaini Abdul Rahman
TypeNone means there's no value has been key in into the form. How do you want to convert an absent of value into integer/float? On Thu, 23 Dec 2021 at 22:24, Ad Tariq wrote: > hi! django users how i calculate input value from template to views where > request fetched value is TypeNone how can

Re: Django build file reg.

2021-12-23 Thread Kasper Laudrup
On 23/12/2021 13.45, kavin kumar R wrote: *I did a project in django for a business motive and I want to sold it with out sorce code any one can help me to build a django a project wich can't be _reverse engineered_..* You can't, so drop that idea. Let your lawyers deal with that instead o