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
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
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 Kumar
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
om> 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 pag
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, N
permission_classes = (AllowAny,)
def get(self,request,*args,**kwargs):
user = User.objects.get(id=request.user.id)
serializer = UserSerializer(user)
return Response(serializer.data)
#Class based view to register user
class RegisterUserAPIView(generics.CreateAPIView):
permission_class
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 djang
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 ab
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
10 matches
Mail list logo