Re: Built in views how to change in django watson package.

2020-12-08 Thread Omkar Parab
Here's the link for the built-in-views, https://github.com/etianen/django-watson/wiki/Built-in-views To return search results on the home page, you need to add your, {℅ Url "your_home_namespace" ℅} in On Wed, Dec 9, 2020, 9:35 AM Salima Begum wrote: > Hi all, > > I am using the django

Built in views how to change in django watson package.

2020-12-08 Thread Salima Begum
Hi all, I am using the django watson package in my project. How to achieve to change built in views to change default template rendering and to search results in the home page. This is url of django watson '''https://github.com/etianen/django-watson/wiki/Built-in-views''' Please Help me out to

Re: Python Django Training

2020-12-08 Thread narendra thapa
hello everyone, I have created a slack group and had added you guys their and here is the link. Happy LEarning https://join.slack.com/t/newworkspace-5ux7465/shared_invite/zt-jtnrhbvq-0JGEt0KEaREZsxsZTt2dVw On Wed, Dec 9, 2020 at 12:24 AM ali faouzi wrote: > Also interested ! > > ‪Le mar. 8

Re: Maps with Django

2020-12-08 Thread GBELE CEDRIC EMMANUEL
thank you for your tutorial Le mar. 8 déc. 2020 à 20:54, Paolo Melchiorre a écrit : > Hi all, > > I've just published: > "Maps with Django (part 1): GeoDjango, SpatiaLite and Leaflet" > > A quickstart guide to create a web #map ️ with #Django 濾 using its > module #GeoDjango , the #SQLite 襁

Django 3.1/asgiref 3.3.1 support for StreamingHttpResponse

2020-12-08 Thread Shaheed Haque
Hi, I am attempting to upgrade from Django 3.0 to 3.1 and asgiref 2.x to 3.x, and noticed a breakage in a view which I suspect might be related to its usage of StreamingHttpResponse. The code in question now raises the following exception: 2020-12-08 17:50:05,159 [ERROR] daphne.server: Exception

Maps with Django

2020-12-08 Thread Paolo Melchiorre
Hi all, I've just published: "Maps with Django (part 1): GeoDjango, SpatiaLite and Leaflet" A quickstart guide to create a web #map ️ with #Django 濾 using its module #GeoDjango , the #SQLite 襁 database with its spatial extension #SpatiaLite  and #Leaflet 

Re: Looking to join a team in a Django Project to gain Experience

2020-12-08 Thread Giovanni Fonseca Mejía
I'm intereted [image: Mailtrack] Sender notified by Mailtrack 12/08/20, 02:30:48 PM El lun, 21 sept 2020 a las 18:39,

Re: Python Django Training

2020-12-08 Thread ali faouzi
Also interested ! ‪Le mar. 8 déc. 2020 à 17:12, ‫شيماء شعبان حسن‬‎ a écrit :‬ > Hi, > I from Egypt and I'm also interested in the training. please tell me how > to join? > > ‫في الثلاثاء، 8 ديسمبر 2020 في 5:42 م تمت كتابة ما يلي بواسطة ‪Dhirendra > Tripathi‬‏ <‪dt23...@gmail.com‬‏>:‬ > >>

Re: I cannot output the value of the foreign key via jsonresponse serealize

2020-12-08 Thread Walter Randazzo
Hi Derek, I gonna take a look on it. Many thanks for your reply. Regards, El mar, 8 dic 2020 a las 2:57, Derek () escribió: > You may want to try some of the approaches given in this StackOverflow: > >

Re: Python Django Training

2020-12-08 Thread شيماء شعبان حسن
Hi, I from Egypt and I'm also interested in the training. please tell me how to join? ‫في الثلاثاء، 8 ديسمبر 2020 في 5:42 م تمت كتابة ما يلي بواسطة ‪Dhirendra Tripathi‬‏ <‪dt23...@gmail.com‬‏>:‬ > Consider me also I'm interested > > On Mon, Dec 7, 2020, 1:40 PM narendra thapa > wrote: > >>

Re: Python Django Training

2020-12-08 Thread Dhirendra Tripathi
Consider me also I'm interested On Mon, Dec 7, 2020, 1:40 PM narendra thapa wrote: > hello please add me also in training group? > > > On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam > wrote: > >> Hi, >> I also from Hyderabad and I'm also interested in the training. please >> tell me how to

Re: Python Django Training

2020-12-08 Thread Sujata Aghor
I m in  On Tue, Dec 8, 2020 at 6:59 AM cmailu06 wrote: > I am interested > > > > > Sent from my Galaxy > > > Original message > From: Chuck > Date: 08/12/2020 02:42 (GMT+03:00) > To: django-users@googlegroups.com > Subject: Re: Python Django Training > > I am also

Re: How to securely store passwords used in backend code

2020-12-08 Thread Kasper Laudrup
Hi Fenrir, On 12/8/20 7:28 AM, Fenrir Sivar wrote: I inherited a django app that calls private APIs in a view to fetch some data. The credentials or api keys are currently hardcoded in the source, making it difficult to share. What is the preferred way to store these kind of keys in a secure

How to securely store passwords used in backend code

2020-12-08 Thread Fenrir Sivar
I inherited a django app that calls private APIs in a view to fetch some data. The credentials or api keys are currently hardcoded in the source, making it difficult to share. What is the preferred way to store these kind of keys in a secure way only accessible to the django server? -- You

Pass Multiple String, Integer Value in oracle procedure

2020-12-08 Thread Aman Modi
hello Django Lover, I want to use oracle procedure in Django. Any suggestion how can we pass multiple values(Number and string both). I try this but not working for me. https://pastebin.com/hrZpBP40 Thanks and Regards Aman Modi -- You received this message because you are subscribed to the