Re: Django leaflet

2019-10-29 Thread Derek
Have a look at https://django-leaflet.readthedocs.io/en/latest/ On Sunday, 27 October 2019 01:42:24 UTC+2, Perceval Maturure wrote: > > > Hi all > How do u wire your template and view to display maps in Django leaflet > > Sent from my iPhone > -- You received this message because you are sub

Re: Add filter to admin add page?

2019-10-29 Thread Derek
It is not clear if those fields can be used in the admin list interface drop-down filters - is there a link to documentation for that? On Wednesday, 23 October 2019 16:13:13 UTC+2, Nelson Varela wrote: > > Or even better... whu not use django's own auto complete feature in the > admin: > https:

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-29 Thread Kevin Jay
I meant to type ‘harish.b’ On Tue, Oct 29, 2019 at 11:37 PM Kevin Jay wrote: > Does the user ‘garish.b’ have a system password? > > On Tue, Oct 29, 2019 at 10:38 PM hari49pf wrote: > >> Hi sir, >> I didn't understood, can u elaborate, I am new to django, Plz, help me >> out. >> >> regards. >> H

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-29 Thread Kevin Jay
Does the user ‘garish.b’ have a system password? On Tue, Oct 29, 2019 at 10:38 PM hari49pf wrote: > Hi sir, > I didn't understood, can u elaborate, I am new to django, Plz, help me out. > > regards. > Harish.Bheemanpaly > > On Wednesday, October 30, 2019 at 1:21:50 AM UTC+5:30, sacrac wrote: >>

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-29 Thread hari49pf
Hi sir, I didn't understood, can u elaborate, I am new to django, Plz, help me out. regards. Harish.Bheemanpaly On Wednesday, October 30, 2019 at 1:21:50 AM UTC+5:30, sacrac wrote: > > Hi i see one error > USERS is incorrect > see the doc > https://docs.djangoproject.com/en/2.2/ref/databases/#id1

Re:

2019-10-29 Thread Bill Hughes
Yes, RTFB! From: django-users@googlegroups.com on behalf of Mohammad yunus Sent: Tuesday, October 29, 2019 1:29 PM To: django-users@googlegroups.com Subject: Can anyone tell me how to connect mysql database.. with step by step? -- You received this message

Serving non-referenced static files

2019-10-29 Thread Jack Sundberg
Hello again, I could use some help on loading static files in development mode. Specifically, I'd like to tell Django to serve additional files that are not explicitly loaded in the html with {% load static %}. My issue is actually identical to this post

Re:

2019-10-29 Thread dupakoor kannan
Hi, Stackoverflow - https://stackoverflow.com/questions/3034910/whats-the-best-way-to-migrate-a-django-db-from-sqlite-to-mysql/3036241 Blog site - https://justinmi.me/blog/2017/04/28/migrating-sql-databases Hope this helps Kannan On Tue, Oct 29, 2019 at 9:30 AM Mohammad yunus wrote: > Can anyo

Re:

2019-10-29 Thread Kasper Laudrup
Hi Mohammad, On 29/10/2019 14.29, Mohammad yunus wrote: Can anyone tell me how to connect mysql database.. with step by step? Have you done any research at all? There are tons of guides out there, including the official Django documentation. This one for example: https://www.digitalo

[no subject]

2019-10-29 Thread Mohammad yunus
Can anyone tell me how to connect mysql database.. with step by step? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.c

Can Anyone suggest on Snowflake database connection using Django?

2019-10-29 Thread Avinash Gaurav
Hi All, I am trying to create an engine in settings.py of django app to connect to snowflake database, but not able to do so. Since snowflake is a 3rd party database for django, so not able to figure out if the connection is possible, however I am able to connect using simple python script using

Hi Guys, Can anyone suggest on how to create a engine to connect to snowflakes using django? and share the settings.py modification?

2019-10-29 Thread Avinash Gaurav
Hi Guys, Can anyone suggest on how to create a engine to connect to snowflakes using django? and share the settings.py modification? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from i

FormSet.is_valid() raises ValidationError

2019-10-29 Thread Benoit Blanchon
Hi, >From what I understand, Form.is_valid() must return False when the form is invalid or incomplete. BaseFormSet, however, raises a ValidationError with the message "ManagementForm data is missing or has been tampered with," when the management form has been tampered. I think this is incor