Re: Request to provide the details of how to integrate django app with selenium chrome web driver

2019-10-01 Thread Deep Sukhwani
Still not clear on what is the automation task. From your original questions: 1.Under one tab ,provide a button name "ApplyGSP" > 2.click on "ApplyGSP" button should open a form ,which required below > input from the user. > >*a)*model_no* b)*model_name *c)*os_version *d)*requested_time

Re: AttributeError

2019-10-01 Thread Jorge Gimeno
On Tue, Oct 1, 2019 at 9:24 PM yasar arafath Kajamydeen wrote: > Hi , > > While try to execute it showing AttributeError, Can some one help me on > this. > > > *My views.py* > > > > from django.shortcuts import render > from django.http import Http404 > from django.http import HttpResponse >

AttributeError

2019-10-01 Thread yasar arafath Kajamydeen
Hi , While try to execute it showing AttributeError, Can some one help me on this. *My views.py* from django.shortcuts import render from django.http import Http404 from django.http import HttpResponse from .models import Question def index(request):

Re: Django FastCGI and static files

2019-10-01 Thread anil polineni
hi Django project structure is clearly understandable but I want CURD Operations mini-project by using Django project On Tuesday, September 17, 2019 at 9:46:31 PM UTC+5:30, Martin Jaan Leesment wrote: > > Hey > > I'm new to serving Django website on a shared server as well as using >

Widgets not working for dynamically added formset forms

2019-10-01 Thread Dmitri S.
I have a formset with fields with Select2 widgets and a calendar (date-picker) from django app. And I use dynamic addition of formset forms. When I render a template for the first time, all widgets work fine. *But when I add new formset form, widgets of this new form don't work.* I think,

Re: Request to provide the details of how to integrate django app with selenium chrome web driver

2019-10-01 Thread Dilipkumar Noone
Hi, If i use selenium webdriver regular way in my django app, will it not cause time consuming to perform the automation task on chrome webdriver ? So to save the time , can i launch browser and perform automation task using celery delay() method. Regards, N.Dilip Kumar. On Tuesday, October

Re: Entire Application in Django shuts down with single error

2019-10-01 Thread Aldian Fazrihady
`runserver` is a development server to help you debug your code, so crashing is a feature. To use django on production/staging, please follow this guide: https://docs.djangoproject.com/en/2.2/howto/deployment/ On Tue, Oct 1, 2019 at 6:14 PM Amit Sharma wrote: > I am new to Python and django ,

Re: I'm just started with Django, I'm getting this error after even following the steps provided for RHEL OS?

2019-10-01 Thread Sachin Puri
This is the error message I get when I don't specify the python version. Try this command: python3 manage.py runserver On Tue, 1 Oct 2019, 16:44 Amar Tiwary, wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from

Re: Make an app public

2019-10-01 Thread Kasper Laudrup
Hi Tomas, On 01/10/2019 11.26, Tomas Javurek wrote: All the django tutorials show the sam thing. How to get the server running and view it on localhost. I am just wondering about the most important thing. How to make it public and see it under certain domain? Have a look here:

Entire Application in Django shuts down with single error

2019-10-01 Thread Amit Sharma
I am new to Python and django , I worked on C# and php as developer earlier. My problem here is Entire Application in Django shuts down with single error. for example i start my website with "python3 manage.py runserver 0.0.0.0:8000" example:-- i have two pages home and register 1) if i make

Make an app public

2019-10-01 Thread Tomas Javurek
All the django tutorials show the sam thing. How to get the server running and view it on localhost. I am just wondering about the most important thing. How to make it public and see it under certain domain? -- You received this message because you are subscribed to the Google Groups "Django

Django bugfix releases: 2.2.6, 2.1.13, and 1.11.25

2019-10-01 Thread Carlton Gibson
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2019/oct/01/bugfix-releases/ -- 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

Re: Database connection closed after each request?

2019-10-01 Thread deb.dasit2013
Hi Mike, I tried with custom persistent connection, but results in same error. My environment is Django + postgres + nginx + gunicorn On Saturday, August 29, 2009 at 5:38:58 PM UTC+5:30, Mike wrote: > > Hi, > > I made some small custom psycopg2 backend that implements persistent > connection