Re: E-comm live project

2024-04-29 Thread rahul sharma
7899403562 On Mon, Apr 29, 2024, 19:45 Pankaj Saini wrote: > Please share WhatsApp Group Link. > > On Mon, Mar 18, 2024, 10:56 PM 1001_prabhjot Singh < > prabhjotbal...@gmail.com> wrote: > >> so i am working on a full stack e-comm website and this project is really >> very big for me because it'

Re: How to allow user to delete their own profile after login with their default id.

2022-12-24 Thread rahul sharma
Delete_status=0 Add coloum in database table Like delete_status On Sat, Dec 24, 2022, 20:23 Manjusha wrote: > want to know how to allow user to delete the created profile with default > id of the user. > > On Saturday, December 24, 2022 at 8:52:32 PM UTC+5:30 Manjusha wrote: > >> that incorrect

Re: Arrayfield constraint issue in 4.1

2022-12-13 Thread rahul sharma
What error tell me?? On Tue, Dec 13, 2022, 15:40 Manjusha wrote: > I am not understanding what you are telling. > > On Tuesday, December 13, 2022 at 3:58:19 PM UTC+5:30 rahul@gmail.com > wrote: > >> Last time i told u give me excess ur laptop >> >> On Tue, Dec 13, 2022, 15:02 Manjusha wrote

Re: Arrayfield constraint issue in 4.1

2022-12-13 Thread rahul sharma
Last time i told u give me excess ur laptop On Tue, Dec 13, 2022, 15:02 Manjusha wrote: > Hey anyone reply me. > > On Monday, December 12, 2022 at 10:51:00 PM UTC+5:30 Manjusha wrote: > >> Yes,I got it !! >> I have a doubt about the following link : >> https://github.com/django/django/branches >

Re: Permission for admin to add patient

2022-12-12 Thread rahul sharma
connect with me in zoom On Tue, Dec 13, 2022 at 12:34 PM Manjusha wrote: > I'm junior may it will work!! > > On Tuesday, December 13, 2022 at 12:31:17 PM UTC+5:30 Manjusha wrote: > >> Hi, need to register the model.py file in admin.py file and then make >> migrations as like mention in following

Re: makemigrations

2022-09-15 Thread rahul sharma
Select option 1 On Fri, Sep 16, 2022, 11:24 shiva singh wrote: > Thank You everyone for help me > > On Friday, September 16, 2022 at 4:25:44 AM UTC+5:30 fortu...@gmail.com > wrote: > >> In the new added field “logo” set default = None or specify a default >> value >> >> On Thu, Sep 15, 2022 at

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-02 Thread rahul sharma
Ti install in terminal pip install totorial.quickstart On Fri, Sep 2, 2022, 12:57 rahul sharma wrote: > Import module name > > On Fri, Sep 2, 2022, 12:21 Pooja Kumari wrote: > >> Hello team, >> please help me with this error. >> >> -- >> You received

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-02 Thread rahul sharma
Import module name On Fri, Sep 2, 2022, 12:21 Pooja Kumari wrote: > Hello team, > please help me with this error. > > -- > 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: CSRF issue in default login

2022-06-17 Thread rahul sharma
Html form like action form use On Fri, Jun 17, 2022, 21:23 Mike Kilmer wrote: > By the way, using Django 4.0. > > Thanks, Rahul. > > I believe this is a default Django template, and wouldn't the fact the the > page/form creates a cookie be a sign that that action triggered by `{% > crsf_token %}

Re: CSRF issue in default login

2022-06-17 Thread rahul sharma
{% crsf_token %} use this action form down On Fri, Jun 17, 2022, 20:47 Mike Kilmer wrote: > Hi. > > I'm fairly new to Django. Here's what I need insight on: > > Local server, no issue. > > On production: CSRF 403 error on login. > > There's a cookie loaded on the login page containing

Re: Stuck

2022-03-28 Thread rahul sharma
Cd comand and app name.. On Mon, Mar 28, 2022, 11:57 Samapika Nayak wrote: > you need to configure the media files in settings.py > MEDIA_URL = "/media/" > MEDIA_ROOT = BASE_DIR / "media" > also need to configure it in project level urls.py > > if settings.DEBUG: > urlpatterns += static(settings

Initialize a formset with manytomany relationship

2020-04-21 Thread rahul sharma
I have two models connected by manytomany relationship and I am trying to use `formset` to create a dynamic form. I am able to save the form but the problem arise when I am trying to edit the saved instance, I don't know how to properly pass the instance to the formset such that it shows the in

Re: Looking for Django registration API

2019-08-22 Thread Rahul Sharma
Try django-rest-auth . This is what I have used over the years. Easy to understand and implement. Hope it helps you. On Thursday, August 22, 2019 at 12:15:12 AM UTC+5:30, Sandip Nath wrote: > > Are there any ready to use user authent

Re: Looking for Django registration API

2019-08-22 Thread Rahul Sharma
//groups.google.com/d/msgid/django-users/CAPjsHcFykoOCtdQPQiOj8YCpP6uPCJm_vwAsTwzAoEasVnK4wQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAPjsHcFykoOCtdQPQiOj8YCpP6uPCJm_vwAsTwzAoEasVnK4wQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Rahul S