Tuesday, October 1, 2019

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

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 1, 2019 at 4:13:51 AM UTC+5:30, Deep Sukhwani wrote:
What exactly do you want to use celery for?

Using selenium webdriver the regular way should suffice here.
Regarding copying from one field and pasting into another, you might be able to work with .get_text() method in selenium to read text from one field, store it in a variable and then .send_keys() to write that text into another field.

Note: This is a good question for selenium community and you should consider posting it there or on Stack overflow with selenium webdriver tag

On Mon, Sep 30, 2019, 21:29 Dilipkumar Noone <n.d...@gmail.com> wrote:


On Monday, September 30, 2019 at 9:22:16 PM UTC+5:30, Dilipkumar Noone wrote:
I am new to Django.

I  have a requirement to develop a django application with the requirement as stated below:

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 e)user f)from_sas_url g) to_sas_url etc.

3.once the user submitted the FORM with all the fields from step2, your app should open a browser with the user specified URL from f)from_sas_url field in step2.
4.Perform few click operations using selenium webdriver.
   5.copy the list of records from f) to g)

Please provide your suggestion how to perform this task in a better way.

can i use celery application and launch the browser and perform the click operations using selenium webdriver ?
Is there any better way please suggest me.

Regards,
N.Dilip Kumar.   


 

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/87eaa9b9-eccb-4f7c-87b3-3a6a2d6ee8b7%40googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3292dd2d-b5b7-4b65-8d67-8b3276e4f94f%40googlegroups.com.

Re: Entire Application in Django shuts down with single error

`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 <lettertoamit@gmail.com> wrote:
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 error in register page code(register.py) , It shuts down home page too. Is there a way to prevent that as in php and C# in both one page do not effect other.
2) how to work in django with team one errors full team hangs.

3) How to work with live working websites things may become too risky.

4) can we make django development as friendly as C#, PHP  ......... and other programming language

also i am not able to find article related to this. kindly help

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7d81706a-2f84-4f55-a25c-1bae726a8879%40googlegroups.com.


--
Regards,

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN7EoAZQKYBvkn42j9P9iv01koXAZRzyPBXWDE6KQ3yp0Ysb4w%40mail.gmail.com.

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

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, <amartiwary2299@gmail.com> wrote:

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f937a1d3-6b40-4b05-babe-210a8fd8610c%40googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAApu%3D5NaDA2MNK8TAcGTREuSkH71xQW0qnKdhsyF-W6vOGOsgg%40mail.gmail.com.

Re: Make an app public

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:

https://docs.djangoproject.com/en/2.2/howto/deployment/

Kind regards,

Kasper Laudrup

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a71017fa-a5c5-2357-2220-7e68fe423751%40stacktrace.dk.

Make an app public

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 users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4fb0b2a4-95ef-41ba-98ae-c2f648ffa136%40googlegroups.com.

Entire Application in Django shuts down with single error

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 error in register page code(register.py) , It shuts down home page too. Is there a way to prevent that as in php and C# in both one page do not effect other.
2) how to work in django with team one errors full team hangs.

3) How to work with live working websites things may become too risky.

4) can we make django development as friendly as C#, PHP  ......... and other programming language

also i am not able to find article related to this. kindly help

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7d81706a-2f84-4f55-a25c-1bae726a8879%40googlegroups.com.

Django bugfix releases: 2.2.6, 2.1.13, and 1.11.25

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 email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/94382ACE-5E45-4BE5-BE4E-9AA900B425E2%40gmail.com.