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 emai
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 u
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 er
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
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 t
`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 ,
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,
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, th
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
> fastcg
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):
latest_question_list=Question.obje
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
> fro
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 *e)*us
12 matches
Mail list logo