RE: Django IIS windows

2020-06-04 Thread gurmeetkaurjuneja23
This guy has explained it all and that too step by step. May be you could refer to this link – https://www.mattwoodward.com/2016/07/23/running-a-django-application-on-windows-server-2012-with-iis/ Thanks, Gurmeet Kaur IT Developer cum Consultant From: django-users@googlegroups.com

Re: Django IIS windows

2020-06-04 Thread Larry Martell
On Thu, Jun 4, 2020 at 10:05 PM Giovanni Silva wrote: > Hello. > > I need help to set up my Django Project in my IIS server. > > Does anyone has a tutorial or a link to help me to configure it? > I did this once and it was incredibly painful. If there is any way you can deploy on Linux do so. It

Django IIS windows

2020-06-04 Thread Giovanni Silva
Hello. I need help to set up my Django Project in my IIS server. Does anyone has a tutorial or a link to help me to configure it? -- *Giovanni Silva* (31) 9 9532-1877 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g

Re: Deciding on Database

2020-06-04 Thread RLM
Hello I am a 25 year python dev working with Flask and Django experience and this is totally off topic but may I suggest you look at Hugo the static web site generator in the Go language. It is easy to use, easier than some pythonic web site generators. Easy to modify and update and is essent

Re: Possible Django bug I am considering raising

2020-06-04 Thread Tim Graham
You can try to find the commit that introduced the issue: https://docs.djangoproject.com/en/dev/internals/contributing/triaging-tickets/#bisecting-a-regression On Thursday, June 4, 2020 at 11:25:09 AM UTC-4, OwlHoot wrote: > > Hi all > > I believe the issue I have enquired about on the following

Media Filename Manipulation

2020-06-04 Thread Desmond Nyamador
Hi, I have my images uploaded to Google Cloud Storage which invokes a function to provide three variations of my image. I'd like to know how I can manipulate my image name in the template from the default say {{ foo.image.url }} that results in media/foo.jpg to media/foo_200x200.jpg -- You re

Re: Any free MAP API available

2020-06-04 Thread RANGA BHARATH JINKA
import pgeocode import folium ''' Provide a Country code and postal code. It will generate a map in a html file based on these details. Used pgeocode and folium packages. ''' def zipcode_to_map(country_code, postal_code): country_code = pgeocode.Nominatim(country_code) zip_code = country_code.q

Re: Configure a VPS

2020-06-04 Thread Luciano Martins
https://simpleisbetterthancomplex.com/tutorial/2016/10/14/how-to-deploy-to-digital-ocean.html Em quarta-feira, 3 de junho de 2020 17:05:22 UTC-3, Giovanni Silva escreveu: > > I need to deploy a django application on my vps server > > alguém tem algum passo a passo de como configurar o VPS? my sys

Re: Any free MAP API available

2020-06-04 Thread RANGA BHARATH JINKA
Hi, You can convert zipcode to latitude and longitude using this module. And use those in your map using folium. https://pypi.org/project/pgeocode/ On Thursday, June 4, 2020 at 3:15:55 AM UTC+5:30, Ram wrote: > > Hi, > > We need to add location map based on the zip code in our DJango web > appl

Possible Django bug I am considering raising

2020-06-04 Thread 'OwlHoot' via Django users
Hi all I believe the issue I have enquired about on the following Stack Exchange page : https://stackoverflow.com/questions/62162288/baffling-error-filtering-django-objects-of-derived-class-by-values-in-foreign-ke may well be a Django bug, or at the least no longer works with Django as this ha

Re: Any free MAP API available

2020-06-04 Thread RANGA BHARATH JINKA
You can refer these links. https://towardsdatascience.com/visualizing-data-at-the-zip-code-level-with-folium-d07ac983db20 https://morioh.com/p/d896544d6977 https://towardsdatascience.com/making-3-easy-maps-with-python-fb7dfb1036 On Thursday, June 4, 2020 at 3:15:55 AM UTC+5:30, Ram wrote: > > H

Re: Any free MAP API available

2020-06-04 Thread RANGA BHARATH JINKA
Hi, You can use folium module in python to achieve this. Link to module. Folium Maps Hope this helps. All the best. On Thursday, June 4, 2020 at 3:15:55 AM UTC+5:30, Ram wrote: > > Hi, > > We need to add location map based on the zip code in our DJango we

Re: Any free MAP API available

2020-06-04 Thread RANGA BHARATH JINKA
Hi, I created this python module. It will convert zipcode to a html map. You can use this. I will link the example usage github link. https://github.com/bharathjinka09/zipcode_to_map https://pypi.org/project/zipcode-to-map/ On Thursday, June 4, 2020 at 3:15:55 AM UTC+5:30, Ram wrote: > > Hi, >

logidin user catch into a table column

2020-06-04 Thread Chandan Sarkar
hi, how can I insert logged in username insert into a table column named is " createdby" at the time of the insert brand name . Please help me .. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g

Django Report Generation Tool

2020-06-04 Thread Balaji Shetty
Hi Can anyone suggest for report generation tool which involves annotate queries with operations avg, min, max, sum and count. 1. In django Admi 2 In Tepmlates -- Mr Shetty Balaji Asst. Prof. IT Department SGGS I&T Nanded. My. India -- You received this message because you are subscribed to

RE: Any free MAP API available

2020-06-04 Thread Vishesh Mangla
There’s map-box too if you w’d like to use it.  https://www.mapbox.com/ Sent from Mail for Windows 10 From: meera ganganiSent: 04 June 2020 09:22To: django-users@googlegroups.comSubject: Re: Any free MAP API available you can use Geo-Django Library available in django  On Thu, Jun 4, 2020 at 3:15 A