Re: help

2021-10-26 Thread waqar khan
pip uninstall django On Tue, Oct 26, 2021 at 6:41 PM Kasper Laudrup wrote: > On 26/10/2021 13.53, machine learning wrote: > > Uninstall it and install it again. > > > > What? > > I think you're replying to the wrong person, but what do you think > uninstalling and reinstalling would achieve? >

Re: Celery tutorial

2021-10-26 Thread waqar khan
codewithharry geekyshows dennis lvy This is youtube channel name On Tue, Oct 26, 2021 at 9:34 PM parag gupta wrote: > Is there any good celery tutorial that might help? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe f

Re: TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases

2021-10-30 Thread waqar khan
close round bracket *class Meta:* On Fri, Oct 29, 2021 at 7:36 PM Sabbir Hasan Munna < sabbirhasan2...@gmail.com> wrote: > > [image: Annotation 2021-10-29 081743.png] > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from

Re: Hi, i had question in django rest framework

2021-10-30 Thread waqar khan
I am waqar khan I am from Maharashtra in thane city i am looking for job python web developer Please recommend any job. On Fri, Oct 29, 2021 at 10:16 PM taxijjang wrote: > Hello I am a backend developer who is developing python django. > I sent you an e-mail because I had a qu

Re: Command errored out with exit status 1:

2021-11-16 Thread waqar khan
what to do? On Tue, Nov 16, 2021 at 8:19 PM Kasper Laudrup wrote: > On 16/11/2021 14.06, waqar khan wrote: > > subject :- pip install mysqlclient and my python version 3.10 > > > > problem:- Command errored out with exit status 1: > > > how this fix solutions &

Re: Command errored out with exit status 1:

2021-11-16 Thread waqar khan
how use this file On Tue, Nov 16, 2021 at 8:34 PM Kasper Laudrup wrote: > On 16/11/2021 15.54, waqar khan wrote: > > what to do? > > > > Read the error message. It tells you what to do. > > Kind regards, > > Kasper Laudrup > > -- > You received this

Re: Command errored out with exit status 1:

2021-11-16 Thread waqar khan
you have anyDesk I am share 989 185 350 On Tue, Nov 16, 2021 at 8:45 PM Kasper Laudrup wrote: > On 16/11/2021 16.11, waqar khan wrote: > > how use this file > > > > Which file? > > -- > You received this message because you are subscribed to the Google Group

Re: Name Fields values

2022-02-10 Thread waqar khan
I can help the in the project but you can detail describe me , yah project dono kaam krte On Tue, Feb 8, 2022 at 6:35 AM raj program wrote: > https://docs.djangoproject.com/en/4.0/ref/models/meta/ > > On Tue, Feb 8, 2022, 03:54 Feroz Ahmed wrote: > >> Hi Everyone. >> my personal project for mar

Re: Need help in User log in, someone please help

2022-02-23 Thread waqar khan
share screen shot On Wed, Feb 23, 2022 at 12:24 PM Antonis Christofides < anto...@antonischristofides.com> wrote: > You have this statement: > user = User.objects.create_user(username=username, email=email, > password = password) > > Just before this statement, you need to insert a statement

How To expertise Django templates Language(DTL)

2022-05-23 Thread waqar khan
How To expertise Django templates Language(DTL) Kindy help me, i am intermediate DTL , any budy suggest link , you tube video or books. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: LogIn Class Based View

2022-05-28 Thread waqar khan
I think so problem cleaned data try if this pattern em= form.cleaned_data['email'] ps= form.cleaned_data['password'] user = authenticate(request,email=em,password=ps) this is way not solve problem share me error On Fri, May 27, 2022 at 1:07 AM 'dtdave' via Django users < django-users@googlegroups

Re: Working with forms

2020-04-06 Thread waqar khan
hey I am waqar, i have created user form but not working please solve my problems admin: username:-admin password:-admin user: username:-waqar password:-Test@123 On Mon, Apr 6, 2020 at 10:55 AM Ifeanyi Chielo wrote: > Thanks to you all, I finally resolved the matter. I discovered it was jus

Re: Login Not working

2020-04-08 Thread waqar khan
Thank You Very Much Virus-free. www.avast.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1

Re: The empty path didn't match

2020-04-11 Thread waqar khan
you can start server and open address bar type google Chrome:- 127.0.0.1:8000/$/ On Thu, Apr 9, 2020 at 11:01 PM JEGATHEESWARAN SUNDARAVADIVEL < jagatheesjo...@gmail.com> wrote: > In your urlpatterns remove $/ just keep empty “ “ for views.homepage > > Thanks > Jegatheeswaran > > On Thu, 9 Apr

paytm page not display

2020-04-28 Thread waqar khan
My paytm file not working inside form tag defined link paytm ingratiation order not success but save databases, how can solve problem -- 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

Retrieve Data in DataBaeses

2020-06-20 Thread waqar khan
I have recently start in Django I have create a simple project Registration Form in save database Mysqlite3, But, how to retrieve data database show in html file table formet , Please any guide me! -- You received this message because you are subscribed to the Google Groups "Django users" gr

static folder does not work

2020-07-30 Thread waqar khan
*I have created Django Project.* *Project Name :- NoteBlog* *Application-Name :- BlogApp* *Problem:- I have created inside application static folder and i am give perfect path But does not work style.css file , How can achieve this problem.* *My Project Structure* [image: p.jpg]

Re: Change Date Formate

2020-09-15 Thread waqar khan
Thanks guys you code 100% work On Tue, Sep 15, 2020 at 6:52 PM Niraj Panchasara wrote: > Y for > m for mm > d for dd > > as per you needed, try this out in html with django template code > > {{you_date_field|date:'d/m/Y'}} > > > On Tuesday, September 15, 2020 at 4:29:41 PM UTC+5:30 mailto..

Re: How Upload Image Html File To save DataBase

2020-09-16 Thread waqar khan
*I am Using dataBase Sql* On Wed, Sep 16, 2020 at 1:21 AM kkwaq...@gmail.com wrote: > *Problem :- I have Create table and add ImageField , i wanna upload_image > Front-end and save database.*. > > > html file: But Image Not save > *I am upload using database* > > > [image: u.JPG] > *models.py*

Re: How Upload Image Html File To save DataBase

2020-09-16 Thread waqar khan
[image: s.JPG] Please Guys Reply Me . On Wed, Sep 16, 2020 at 1:36 PM waqar khan wrote: > *I am Using dataBase Sql* > > On Wed, Sep 16, 2020 at 1:21 AM kkwaq...@gmail.com > wrote: > >> *Problem :- I have Create table and add ImageField , i wanna upload_image &

Re: Static files not work

2020-10-01 Thread waqar khan
Thank you bro. I am fresher , How to expert django framework any tips .. On Thu, Oct 1, 2020 at 5:58 PM MUGOYA DIHFAHSIH wrote: > instead of loading staticfiles you use {{ load static}} > > On Thu, 1 Oct 2020 at 15:23, kkwaq...@gmail.com > wrote: > >> *Error* >> >> *[image: 1.jpg]* >> >> *Error

issues 403 Forbidden

2020-10-24 Thread waqar khan
I have already write html file in form {% csrf_token %} but not working Html file: {% extends 'base.html' %} {% block content %} {% load cart %} ALL Products {% for category in categories %} {{category.name}} {% endfor %} {% for product in products %} {{product.name}} {{product

Login Default admin page

2020-10-25 Thread waqar khan
I have created createsuperuser but login time Error Show 403 Forbidden How can solve this problem -- 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

Re: Login Default admin page

2020-10-26 Thread waqar khan
i have many small project all my project same issues , before properly work , How can solve this is my problems On Sun, Oct 25, 2020 at 9:54 PM waqar khan wrote: > I have created createsuperuser > > but login time Error Show > 403 Forbidden > How can solve this problem > &

ValueError: Field 'stufees' expected a number but got 'None'.

2021-07-01 Thread waqar khan
I have create model class and run success fully But Issues add field like stufees , stufess=models.FloatField(), right value default , as soon as reply me -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r