Creating default user

2023-01-30 Thread Pooja Kumari
Hi... Anyone know how can we give default username and password without creating superuser? I have seen some fields like Default_username = "demo" and Default_password = "demo" in settings.py. if you guys have any idea regarding this please guide me... Thanks -- You received this message because

Re: Django rest framework

2022-11-25 Thread Pooja Kumari
Nov 2022, 22:39 M Adnan, wrote: > >> Message in the group if no body will help than I will guide you in group >> I am in admin in group >> >> On Fri, 25 Nov 2022, 10:02 pm Pooja Kumari, >> wrote: >> >>> Yeah.. I'm already in group. >

Re: Django rest framework

2022-11-25 Thread Pooja Kumari
Yeah.. I'm already in group. On Fri, Nov 25, 2022, 10:29 PM M Adnan wrote: > https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 > > > > Join this group to discuss all django query here all the developers will > help of you > > On Fri, 25 Nov 2022, 9:56 pm Pooja Kumari, &

Django rest framework

2022-11-25 Thread Pooja Kumari
Hello.. Can anybody help me with APIs in django? I have to create registration and login APIs but my concepts are not clear yet. Any reference will be enough also. Thank you... -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Page Integration

2022-11-16 Thread Pooja Kumari
; wrote: > >> Just visit on www.pythondjango.com >> See that page registration access >> >> On Thu, Nov 10, 2022, 9:02 PM Pooja Kumari >> wrote: >> >>> Hi.. Can anyone help me with django templates? Actually I have a >>> registration page whe

Re: EROR AT INITIAL VIEWS

2022-11-15 Thread Pooja Kumari
Try views or .views while importing and urls.py you should give path like views.home_view() On Tue, Nov 15, 2022, 11:25 PM Ogunsanya Opeyemi < ogunsanyaopeye...@gmail.com> wrote: > Your views.py is inside profiles folder not pages folder so change > pages.views to profiles.views > > On Tuesday,

Re: Page Integration

2022-11-10 Thread Pooja Kumari
ew): permission_classes = (AllowAny,) serializer_class = RegisterSerializer """ On Fri, Nov 11, 2022 at 1:16 AM Chukwudi Onwusa wrote: > If you are using function based view in your views.py . After you must > have equated the input values through the name attribute to t

Re: Page Integration

2022-11-10 Thread Pooja Kumari
Where I have to use save() method? In models or somewhere else? On Thu, Nov 10, 2022, 9:19 PM Lakshyaraj Dash wrote: > Please see that if you're calling the .save() method or not > > On Thu, Nov 10, 2022, 21:02 Pooja Kumari wrote: > >> Hi.. Can anyone help me with django tem

Page Integration

2022-11-10 Thread Pooja Kumari
Hi.. Can anyone help me with django templates? Actually I have a registration page where user can signup and data will be saved in admin panel or database but I am not able to do that. Registration page is working when I hit URL but data is not saving in database. Let me know If anyone have idea

Re: ImportError: cannot import name 'employees' from 'rest_framework'

2022-09-01 Thread Pooja Kumari
Understood. Thank you very much On Thu, Sep 1, 2022, 7:45 PM MAHESH KUMAR wrote: > You can write your serializers in 3rd line > > From .models import employees > > Thanks, > Mahesh > > On Thu, Sep 1, 2022, 19:30 Pooja Kumari wrote: > >> Can anyone explain thi