I Want To Create An Api of notification In Django Rest API

2023-12-01 Thread Hamza Bilal
I Want To Create An Api of notification In Django Rest API ![Screenshot from 2023-11-30 03-30-39|690x388](upload://6RwAUFNKt3TWKgrocOu2t4k2TeJ.png) I Created AN Notification App By Using The Django Channels, Websockt and Successfully Sending Notification To The `Webscoketking.com`, Now I Want

Re: Django Rest framework

2023-11-18 Thread utibe solomon
It has to do with cors headers you don't have it set so your domain wouldn't share resources with another domain check out django-cors-headers On Mon, Nov 13, 2023, 1:55 PM Denny (Python developer) < denniskinan...@gmail.com> wrote: > i hosted my django application to vercel and am using free

Re: Django Rest framework

2023-11-14 Thread OSP PRO
using django-cors-headers On Tue, Nov 14, 2023 at 11:52 AM Akorede Habeebullah wrote: > Try using django-cors-headers. It should work. > You can check it's documentation for how to use it. > > On Tue, Nov 14, 2023, 12:13 AM Lutaaya Jamil > wrote: > >> You can correct me if I am wrong, but

Re: Django Rest framework

2023-11-14 Thread Akorede Habeebullah
Try using django-cors-headers. It should work. You can check it's documentation for how to use it. On Tue, Nov 14, 2023, 12:13 AM Lutaaya Jamil wrote: > You can correct me if I am wrong, but there is something to do with > > Cross-Origin Resource Sharing (CORS) in Django which somehow is set to

Re: Django Rest framework

2023-11-13 Thread Lutaaya Jamil
You can correct me if I am wrong, but there is something to do with Cross-Origin Resource Sharing (CORS) in Django which somehow is set to prevent unauthorized domains from accessing information from another domain. So, I suggest if that is the issue, follow the steps that start by installing

Re: Django Rest framework

2023-11-13 Thread Denny (Python developer)
i need assistance on deployment maybe vercel is not working on my side On Monday, November 13, 2023 at 4:19:48 PM UTC+3 Vishesh Mangla wrote: > Use selenium > > On Mon, 13 Nov, 2023, 18:48 Vishesh Mangla, wrote: > >> Don't use postman for gui based login >> >> On Mon, 13 Nov, 2023, 18:25

Re: Django Rest framework

2023-11-13 Thread Vishesh Mangla
Use selenium On Mon, 13 Nov, 2023, 18:48 Vishesh Mangla, wrote: > Don't use postman for gui based login > > On Mon, 13 Nov, 2023, 18:25 Denny (Python developer), < > denniskinan...@gmail.com> wrote: > >> i think the the error is from vercel itself assist me my tech guys >> >> On Monday,

Re: Django Rest framework

2023-11-13 Thread Vishesh Mangla
Don't use postman for gui based login On Mon, 13 Nov, 2023, 18:25 Denny (Python developer), < denniskinan...@gmail.com> wrote: > i think the the error is from vercel itself assist me my tech guys > > On Monday, November 13, 2023 at 3:54:29 PM UTC+3 Denny (Python developer) > wrote: > >> i hosted

Re: Django Rest framework

2023-11-13 Thread Denny (Python developer)
i think the the error is from vercel itself assist me my tech guys On Monday, November 13, 2023 at 3:54:29 PM UTC+3 Denny (Python developer) wrote: > i hosted my django application to vercel and am using free postgress > database from railway so when i try to register the user i get an error

Re: Django rest framework resources

2023-06-10 Thread David Nugent
200...@gmail.com> wrote: > Dear fellow Django developers, > > I hope this message finds you well. I am currently a Django developer with > a solid understanding of the basics of the framework. However, I am eager > to broaden my skill set by incorporating Django Rest Framework int

Django rest framework resources

2023-06-10 Thread Oladunjoye Olasubomi
Dear fellow Django developers, I hope this message finds you well. I am currently a Django developer with a solid understanding of the basics of the framework. However, I am eager to broaden my skill set by incorporating Django Rest Framework into my knowledge base. I was wondering if any

Re: importing ultralytics in Django rest framework

2023-05-24 Thread Muhammad Juwaini Abdul Rahman
import and use ultralytics library in my Django rest > framework app and I receive this error *ValueError: libcublas.so.*[0-9] > not found in the system path *does anybody know how to solve this error? > > -- > You received this message because you are subscribed to the Google

importing ultralytics in Django rest framework

2023-05-24 Thread Mahmoud Aboelsoud
Hello, how are you? I'm trying to import and use ultralytics library in my Django rest framework app and I receive this error *ValueError: libcublas.so.*[0-9] not found in the system path *does anybody know how to solve this error? -- You received this message because you are subscribed

Re: I need to create account using sso Google in Django rest framework Amy suggestions?

2023-05-04 Thread Dave Clevenger
Django AllAuth might be a good option: Welcome to django-allauth! — django-allauth 0.43.0 documentation On Wed, May 3, 2023 at 5:22 PM Stan Hiebah wrote: > -- > You received this message because you are subscribed to the Google Groups >

Re: I need to create account using sso Google in Django rest framework Amy suggestions?

2023-05-04 Thread 'Kasper Laudrup' via Django users
On 04/05/2023 16.33, carlos wrote: Try this tuto https://episyche.com/blog/how-to-configure-google-sso-in-django-rest-framework-with-react <https://episyche.com/blog/how-to-configure-google-sso-in-django-rest-framework-with-react> I'm not the one having problems finding tut

Re: I need to create account using sso Google in Django rest framework Amy suggestions?

2023-05-04 Thread carlos
Try this tuto https://episyche.com/blog/how-to-configure-google-sso-in-django-rest-framework-with-react On Wed, May 3, 2023 at 3:40 PM 'Kasper Laudrup' via Django users < django-users@googlegroups.com> wrote: > Maybe this would be a start: > > > https://googlethatforyou.com?

Re: I need to create account using sso Google in Django rest framework Amy suggestions?

2023-05-03 Thread 'Kasper Laudrup' via Django users
Maybe this would be a start: https://googlethatforyou.com?q=create%20account%20using%20sso%20Google%20in%20Django%20rest%20framework -- 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

I need to create account using sso Google in Django rest framework Amy suggestions?

2023-05-03 Thread Stan Hiebah
-- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit

Django REST Framework (DRF) Cheat Sheet

2023-01-09 Thread Manuel
Hello, I created the Django REST Framework (DRF) Cheat Sheet <https://cheatsheetseries.owasp.org/cheatsheets/Django_REST_Framework_Cheat_Sheet.html> and the community feedback will be greatly appreciated. Please feel free to read them and let me know if you have any feedback :) R

Re: Django rest framework

2022-11-25 Thread Fortune Osho
It depend on what form of authentication you want to use e.g Session based authentication, token based. But would recommend token based authentication. Check out Django Rest Framework simple jwt On Fri, Nov 25, 2022 at 5:56 PM Pooja Kumari wrote: > Hello.. Can anybody help me with A

Re: Django rest framework

2022-11-25 Thread Pooja Kumari
Thank you these references are very helpful On Fri, Nov 25, 2022, 11:16 PM Devang wrote: > Follow this website https://www.cdrf.co/ > It has all cheat sheet. > If you you want to implement login and signup please use either rest-auth > or dj-rest-auth package > > On Fri, 25 Nov 2022, 22:39 M

Re: Django rest framework

2022-11-25 Thread Devang
Follow this website https://www.cdrf.co/ It has all cheat sheet. If you you want to implement login and signup please use either rest-auth or dj-rest-auth package On Fri, 25 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

RE: Django rest framework

2022-11-25 Thread Ayanfe
You can use Django rest framework and jwt authentication. Once you understand Django rest framework  you can watch this Youtube video by Denis Ivy,  It explains jwt authentication with Django very well. Sent from Mail for Windows From: Pooja KumariSent: Friday, November 25, 2022 5:56 PMTo: django

Re: Django rest framework

2022-11-25 Thread M Adnan
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. > > On Fri, Nov 25, 2022, 10:29 PM M Adnan wrote: > >> https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 >> >> >> >>

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, > wrote: > >> Hello.. Can

Re: Django rest framework

2022-11-25 Thread M Adnan
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, wrote: > Hello.. Can anybody help me with APIs in django? I have to create > registration and login APIs but my

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: how to make https work in django REST framework

2022-09-13 Thread sham khan
Hi Zhenwu, May you share the details of how you got this working? Regards, Shamim On Friday, February 14, 2014 at 2:47:43 AM UTC+5:30 zhen...@gmail.com wrote: > > Thanks all for your help. Finally we figured out how to do it from the doc > link Kirby provided. Really appreciated your help. >

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-08-26 Thread Vj Vijay
Api can make your website versatilewhat I mean by that is that your website can communicate with all type of users easily with the help of API almost most of the production ready applications front end and backend are built seperately so you need API to communicate On Fri, Aug 26, 2022, 8:48

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-08-26 Thread ADAMSON BELLO
You need the Django rest api framework if your app would be distributed through many chanels. Le ven. 26 août 2022 à 05:57, Paul serubombwe a écrit : > Its a requirement if your application is using 1. a fronted framework, > 2. If your going to integrate APIs for instance payment AP

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-08-26 Thread Paul serubombwe
Its a requirement if your application is using 1. a fronted framework, 2. If your going to integrate APIs for instance payment APIs etc. And its also good in authentication. On Aug 26, 2022 6:19 AM, "Ryan Nowakowski" wrote: > On Sun, Jul 31, 2022 at 12:55:46AM -0700, Joseph Bashorun wrote: > > I

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-08-25 Thread Ryan Nowakowski
On Sun, Jul 31, 2022 at 12:55:46AM -0700, Joseph Bashorun wrote: > I am stuck in a loop of confusion. I am trying to build an ecommerce > website and make it production ready. Do i need to build an API for it? No https://twitter.com/htmx_org/status/1561808410856898561 -- You received this

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-07-31 Thread Abdul Qoyyuum
It really depends on your usecase. If you find that you can work without an API for your ecommerce website, then you don't need it. If you believe you need to make your ecommerce as a headless ecommerce site, then you need an API or GraphQL or other means of sharing data. On Sunday, July 31,

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-07-31 Thread Adebileje Nurudeen
Sure... You need it On Sun, Jul 31, 2022, 3:24 PM Joseph Bashorun wrote: > > I am stuck in a loop of confusion. I am trying to build an ecommerce > website and make it production ready. Do i need to build an API for it? > > -- > You received this message because you are subscribed to the Google

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-07-31 Thread Julio Cojom
There are a couple of projects built in Django for this, for example Django-Oscar or saleor(community version), the last one is a tech stack a little bigger but really fast and customizable. If you want to start one from scratch, be sure to check both projects as they have good abstraction

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-07-31 Thread Ram
Hi, In my opinion if you are starting from scratch to develop your ecommerce application, I would encourage you to start with DRF, but if in case if you can not afford to write DRF APIs for an existing application, you might want to refer this:

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-07-31 Thread Lakshyaraj Dash
You need drf aka DjangoRestFramework because it provides a smooth api for your application. It comes into use whenever you're trying to have a javascript framework like ReactJS or NextJS or Angular or VueJS etc... On the client side. If you inject js framework in the frontend you also need a

Why do we need Django rest framework when our conventional django do what we want?

2022-07-31 Thread Joseph Bashorun
I am stuck in a loop of confusion. I am trying to build an ecommerce website and make it production ready. Do i need to build an API for it? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: Nested json in django rest framework

2022-06-05 Thread 'Amitesh Sahay' via Django users
PROBABLY, Pandas would help you Regards, Amitesh Sahay91-750 797 8619 On Monday, 6 June, 2022, 10:12:07 am IST, Koushik Romel wrote: Thanks for your time I've learnt something new from your message and I solved the problem yesterday itself it was my mistake I added the wrong model

Re: Nested json in django rest framework

2022-06-05 Thread Koushik Romel
Thanks for your time Kasper, I've learnt something new from your message and I solved the problem yesterday itself it was my mistake I added the wrong model to serializer On Sunday, 5 June 2022 at 23:15:47 UTC+5:30 Kasper Laudrup wrote: > On 05/06/2022 07.06, Koushik Romel wrote: > > I want

Re: Nested json in django rest framework

2022-06-05 Thread Koushik Romel
Thanks for your time I've learnt something new from your message and I solved the problem yesterday itself it was my mistake I added the wrong model to serializer On Sunday, 5 June 2022 at 23:15:47 UTC+5:30 Kasper Laudrup wrote: > On 05/06/2022 07.06, Koushik Romel wrote: > > I want those #One

Re: Nested json in django rest framework

2022-06-05 Thread 'Kasper Laudrup' via Django users
On 05/06/2022 07.06, Koushik Romel wrote: I want those #One and #Two to be in curly braces {} and not as square bracket [] , and Thanks in advance A good start would be to understand what the difference between square brackets and curly braces is. The JSON format is very simple:

Nested json in django rest framework

2022-06-04 Thread Koushik Romel
I need to achieve the following structure using Django restframework anyone help with the method or share me the video or blog links it'll be very much helpful for me I want those #One and #Two to be in curly braces {} and not as square bracket [] , and Thanks in advance [ { "id": 123, "city":

Django Rest Framework using "DjangoModelPermissions" allow readonly

2022-05-20 Thread Denis Morejón
Hi: I am creating a DRF project. I wanna use traditional DjangoModelPermissions. I put this on settings.py and It works fine: REST_FRAMEWORK = { 'DEFAULT_PERMISSION_CLASSES': [ 'rest_framework.permissions.DjangoModelPermissions' ], But all authenticated users can access reading all data. Even

Django Rest Framework with self nested serializers

2022-04-26 Thread Sencer Hamarat
Hello people, There are two models that are related to each other. class Parent(models.Model): name = models.CharField... class Child(models.Model): parent = models.ForeignKey(Parent) value = models.CharField... And there is a serializer built on "Child" model: class

Re: Hi, i had question in django rest framework

2021-10-30 Thread MR INDIA
n of development was decided through api communication by >> separating the front and backend from one django project, >> and we are trying to proceed with api communication using the django rest >> framework. >> At this time, do I have to pay the usage fee when I want to develop

Re: Hi, i had question in django rest framework

2021-10-30 Thread waqar khan
tion using the django rest > framework. > At this time, do I have to pay the usage fee when I want to develop it > using the django rest framework for commercial purposes in the project > currently being serviced by the company? > Or if you can use it without paying the usage fee,

Re: Hi, i had question in django rest framework

2021-10-29 Thread Sunil Gyawali
grew bigger and bigger, > the direction of development was decided through api communication by > separating the front and backend from one django project, > and we are trying to proceed with api communication using the django rest > framework. > At this time, do I have to pay the usage

Hi, i had question in django rest framework

2021-10-29 Thread taxijjang
the front and backend from one django project, and we are trying to proceed with api communication using the django rest framework. At this time, do I have to pay the usage fee when I want to develop it using the django rest framework for commercial purposes in the project currently being serviced

django rest framework

2021-08-12 Thread ericki...@gmail.com
MY model class XP(models.Model): bizuser = models.ForeignKey(BizUser, on_delete=models.CASCADE) current_xp_price = models.IntegerField(default=0) xp_created_at = models.DateTimeField(auto_now_add=True) xp_updated_at = models.DateTimeField(auto_now_add=True) i have this function

Re: Django Rest Framework & How to Learn it ?

2021-04-15 Thread GYANA RANJAN MOHANTY
iven 2 interviews this week, one for Django >>> Developer and the other for React Developer with Django REST Framework. In >>> both interviews I was asked about DRF questions a lot apart from other >>> stuff. >>> So, my question is how to learn the dj

Re: Django Rest Framework & How to Learn it ?

2021-04-15 Thread Aniket Balkhande
m> wrote: > >> Dear Community Members, >> I am Aniket, I have given 2 interviews this week, one for Django >> Developer and the other for React Developer with Django REST Framework. In >> both interviews I was asked about DRF questions a lot apart from other >

Re: Django Rest Framework & How to Learn it ?

2021-04-15 Thread venki malli
per with Django REST Framework. In > both interviews I was asked about DRF questions a lot apart from other > stuff. > So, my question is how to learn the django rest framework & from > where can I start ?. > > Sorry it is not a technical question. But I thought It wi

Re: What is the best Third party package for Auth in Django rest framework

2021-04-12 Thread Nijo Joseph
I needed > to make an Authentication API, but I kinda got confused on the number or > the 3rd party package that Django REST framework provide, > https://www.django-rest-framework.org/api-guide/authentication/#installation-configuration_1 > . > > So my question here wh

Re: Django Rest Framework & How to Learn it ?

2021-04-12 Thread Aniket Balkhande
; > Also see this Udemy course > > https://www.udemy.com/course/python-django-rest-api/?referralCode=662DCC014E91DF235623 > > > On Mon, 12 Apr 2021 at 16:44, Aniket Balkhande < > aniketbalkhandeoffic...@gmail.com> wrote: > >> Dear Amitesh, >>

Re: Django Rest Framework & How to Learn it ?

2021-04-12 Thread Ayser shuhaib
This is a great YouTube channel to learn about DRF https://youtube.com/channel/UCh9biyYSlMzM9T3Xtxmglww Also see this Udemy course https://www.udemy.com/course/python-django-rest-api/?referralCode=662DCC014E91DF235623 On Mon, 12 Apr 2021 at 16:44, Aniket Balkhande < aniketbalkhandeof

Re: Django Rest Framework & How to Learn it ?

2021-04-12 Thread Aniket Balkhande
8:35, Aniket Balkhande > wrote: > Dear Community Members, > I am Aniket, I have given 2 interviews this week, one for Django > Developer and the other for React Developer with Django REST Framework. In > both interviews I was asked about DRF questions a lot apart from ot

Re: Django Rest Framework & How to Learn it ?

2021-04-12 Thread Aniket Balkhande
2968?pid=InProduct=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers_wl=ym_sub1=Internal_sub2=Global_YGrowth_sub3=EmailSignature> >> >> On Mon, 12 Apr 2021 at 18:35, Aniket Balkhande >> wrote: >> Dear Community Members, >> I am Aniket, I have given 2 interv

Re: Django Rest Framework & How to Learn it ?

2021-04-12 Thread Shailesh Yadav
; Dear Community Members, > I am Aniket, I have given 2 interviews this week, one for Django > Developer and the other for React Developer with Django REST Framework. In > both interviews I was asked about DRF questions a lot apart from other > stuff. > So, my questio

Re: Django Rest Framework & How to Learn it ?

2021-04-12 Thread 'Amitesh Sahay' via Django users
from Yahoo Mail on Android On Mon, 12 Apr 2021 at 18:35, Aniket Balkhande wrote: Dear Community Members,        I am Aniket, I have given 2 interviews this week, one for Django Developer and the other for React Developer with Django REST Framework.  In both interviews I was asked about DRF

Django Rest Framework & How to Learn it ?

2021-04-12 Thread Aniket Balkhande
Dear Community Members, I am Aniket, I have given 2 interviews this week, one for Django Developer and the other for React Developer with Django REST Framework. In both interviews I was asked about DRF questions a lot apart from other stuff. So, my question is how to learn

What is the best Third party package for Auth in Django rest framework

2021-04-05 Thread Saad Mrabet
Hello everyone, and hope you all doing well. Recently i m working on a project, and i m still new to Django, I needed to make an Authentication API, but I kinda got confused on the number or the 3rd party package that Django REST framework provide, https://www.django-rest-framework.org/api

Re: How to create a user to user message system using Django Rest frame work

2021-03-15 Thread Andréas Kühne
ing the Django Rest > framework. It doesn't have to be like a live chat, just have an inbox and > be able to respond, a simple thing like that. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe

How to create a user to user message system using Django Rest frame work

2021-03-14 Thread DAN DIGNITY
I am trying to create a private messaging system using the Django Rest framework. It doesn't have to be like a live chat, just have an inbox and be able to respond, a simple thing like that. -- You received this message because you are subscribed to the Google Groups "Django users&q

Re: Django Rest Framework APIView request

2021-02-01 Thread Chetan Ganji
If it needs to be done on specific endpoints, write a custom decorator method for that endpoint. If it needs to be done on every request, write custom middleware. On Mon, Feb 1, 2021, 1:51 PM Ammar Mohammed wrote: > > Hi everyone i have an API View inherited from another class > i want to

Django Rest Framework APIView request

2021-02-01 Thread Ammar Mohammed
Hi everyone i have an API View inherited from another class i want to create a new app that reciver the current Client requests and process it then pass it to the original View (all i want to do is to recive the view from the user (the user will use the original urls without any edit in the

Re: How to consume DJango Rest Api with DJango?

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? We can help you in this and related techincal tasks at fair prices. Reply or send email to divy...@pythonmate.com Best Regards, Divyesh Khamele, Pythonmate On Thu, 1 Oct 2020, 5:10 am Stalin Vladimir Gomez Gutierrez, <

Re: How to consume DJango Rest Api with DJango?

2020-10-04 Thread Arpana Mehta
You can googlle about `mixin` classes in Django CreateUpdateRetrieve mixins class along with your template or API view. On Thu, 1 Oct 2020, 05:10 Stalin Vladimir Gomez Gutierrez, < stanleyni...@gmail.com> wrote: > I am trying to consume a django api with django itself. Should I use class >

How to consume DJango Rest Api with DJango?

2020-09-30 Thread Stalin Vladimir Gomez Gutierrez
I am trying to consume a django api with django itself. Should I use class generic views or normal views. Do you know what is the best approach? Right now, to list items I am using TemplateView class RegionListView(TemplateView): template_name = 'region/list.html' def

Re: Django rest framework

2020-07-23 Thread RANGA BHARATH JINKA
Hi, You can use requests library On Thu, Jul 23, 2020 at 3:59 PM Chander shekhar wrote: > Can someone suggest me the best sources to implement Django rest framework > video ? > How can I fetch api without Js? > Help > > -- > You received this message because you are sub

Django rest framework

2020-07-23 Thread Chander shekhar
Can someone suggest me the best sources to implement Django rest framework video ? How can I fetch api without Js? Help -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fro

Re: Django Rest Framework

2020-07-23 Thread Ayser shuhaib
You are filtering by admin ID but you are passing the username not the user ID On Wed, 22 Jul 2020 at 19:37, Shishir Jha wrote: > Did you solve it? > > On Wed, 22 Jul 2020, 5:10 pm mishra39076, wrote: > >> I wan to fetch logged-in username using request but i am not getting it >> in

Re: Django Rest Framework

2020-07-22 Thread Shishir Jha
Did you solve it? On Wed, 22 Jul 2020, 5:10 pm mishra39076, wrote: > I wan to fetch logged-in username using request but i am not getting it in > departmentAndDesignationManagement/views.py > If anyone can help me then please suggest me. > I attached screenshots of

Django Rest Framework

2020-07-22 Thread mishra39076
Can anyone suggest me resources to learn django rest framework. -- 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+unsubscr...@google

Re: Django rest framework saas project

2020-07-17 Thread Sunday Iyanu Ajayi
make use of django usergroups *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Tue, Jul 14, 2020 at 5:15 PM Raghavendra AK wrote: > Users must be able to… > > 1. signup. A Company should be created. > 2. create other users in the same company. > 3. see a list of users from the

Django rest framework saas project

2020-07-14 Thread Raghavendra AK
Users must be able to… 1. signup. A Company should be created. 2. create other users in the same company. 3. see a list of users from the same company 4. Company can view all users data. 5. Company can create Department, 6. add new users, that users only related main company 7. add roles to

Re: Best Django Rest Framework Tutorial??????

2020-06-12 Thread Siratim Mustaquim
@chaitanya orakala Why are you looking for the best one! that's a wrong search term, If u want to understand thoroughly: go through the documentation of REST and Django-REST if u are having trouble implementing: watch any youtube video along with the Documentation if you are in a tight schedule

Re: Best Django Rest Framework Tutorial??????

2020-06-12 Thread akshatization .
Hello, IMO there is nothing better than Django rest framework's official documentation. It clearly explains every concept pretty neatly. Thanks On Sat, Jun 13, 2020, 7:01 AM Samuel Nogueira wrote: > Hi! > > In my personal exprience i’ve been learning throught a udemy course, and &g

RES: Best Django Rest Framework Tutorial??????

2020-06-12 Thread Samuel Nogueira
, 12 de junho de 2020 21:44Para: django-users@googlegroups.comAssunto: Re: Best Django Rest Framework Tutorial?? Hola, este es un tutorial en la pagina oficial de REST.Hi, this is a tutorial on official page of REST.https://www.django-rest-framework.org/tutorial/1-serialization/   El vie., 12 jun

Re: Best Django Rest Framework Tutorial??????

2020-06-12 Thread David Zea
;>>>>>> >>>>>>> >>>>>>> On Wed, Jun 10, 2020 at 3:00 PM Jack Lin wrote: >>>>>>> >>>>>>>> DOCUMENTATION >>>>>>>> >>>>>>>> >>>>>&

Re: Best Django Rest Framework Tutorial??????

2020-06-12 Thread chaitanya orakala
t; >>>>> El mié., 10 jun. 2020 a las 14:40, chaitanya orakala (< >>>>> chaitu.orak...@gmail.com>) escribió: >>>>> >>>>>> Thank you jacklin >>>>>> >>>>>> >>>>>> On Wed, Jun 10, 2020 at 3:00 PM Jack Lin

Re: Best Django Rest Framework Tutorial??????

2020-06-12 Thread Rupesh Dahal
>>> On Wed, Jun 10, 2020 at 3:00 PM Jack Lin wrote: >>>>> >>>>>> DOCUMENTATION >>>>>> >>>>>> >>>>>> 在 2020年6月11日 於 上午2:58:42, chaitanya orakala (chaitu.orak...@gmail.com) >>>>>

Re: Best Django Rest Framework Tutorial??????

2020-06-11 Thread chalist
ió: >>> >>>> Thank you jacklin >>>> >>>> >>>> On Wed, Jun 10, 2020 at 3:00 PM Jack Lin wrote: >>>> >>>>> DOCUMENTATION >>>>> >>>>> >>>>> 在 2020年6月11日 於 上午2:58:42, chaitanya

Re: Best Django Rest Framework Tutorial??????

2020-06-11 Thread Mohamed SAMAKE
t;>>> >>>> 在 2020年6月11日 於 上午2:58:42, chaitanya orakala (chaitu.orak...@gmail.com) >>>> 寫下: >>>> >>>> can anyone please respond ?? >>>> >>>> On Wed, Jun 10, 2020 at 9:51 AM Sai wrote: >>>> >>>>

Re: Best Django Rest Framework Tutorial??????

2020-06-10 Thread chaitanya orakala
>> On Wed, Jun 10, 2020 at 3:00 PM Jack Lin wrote: >> >>> DOCUMENTATION >>> >>> >>> 在 2020年6月11日 於 上午2:58:42, chaitanya orakala (chaitu.orak...@gmail.com) >>> 寫下: >>> >>> can anyone please respond ?? >>> >&

Re: Best Django Rest Framework Tutorial??????

2020-06-10 Thread cosmos multi
, chaitanya orakala (chaitu.orak...@gmail.com) >> 寫下: >> >> can anyone please respond ?? >> >> On Wed, Jun 10, 2020 at 9:51 AM Sai wrote: >> >>> Hi djangoians, >>> I want to learn django rest framework, may i please know which is be

Re: Best Django Rest Framework Tutorial??????

2020-06-10 Thread chaitanya orakala
Hi djangoians, >> I want to learn django rest framework, may i please know which is best >> resource in online market or any youtube links or udemy courses??? >> >> Thanks in advance. >> >> -- >> You received this message because you are subscribed to the Google

Re: Best Django Rest Framework Tutorial??????

2020-06-10 Thread Jack Lin
DOCUMENTATION 在 2020年6月11日 於 上午2:58:42, chaitanya orakala (chaitu.orak...@gmail.com) 寫下: can anyone please respond ?? On Wed, Jun 10, 2020 at 9:51 AM Sai wrote: > Hi djangoians, > I want to learn django rest framework, may i please know which is best > resource in onli

Re: Best Django Rest Framework Tutorial??????

2020-06-10 Thread chaitanya orakala
can anyone please respond ?? On Wed, Jun 10, 2020 at 9:51 AM Sai wrote: > Hi djangoians, > I want to learn django rest framework, may i please know which is best > resource in online market or any youtube links or udemy courses??? > > Thanks in advance. > &

Best Django Rest Framework Tutorial??????

2020-06-10 Thread Sai
Hi djangoians, I want to learn django rest framework, may i please know which is best resource in online market or any youtube links or udemy courses??? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Re: problem filtering queryset in Django Rest Framework

2020-06-07 Thread wongX Ndeso
Try change this, If self.kwargs[field] is not None: With if self.kwargs[field]: <--- this will return True it the field is not empty This is the better way to filter, if you want filter the fields is empty then just add not like this example if not self.kwargs[field]: On Sun, Jun 7, 2020, 1:06 AM

problem filtering queryset in Django Rest Framework

2020-06-06 Thread Agnese Camellini
Hello to everyone, i have a viewset (ModelViewset) for a model in my views.py, and i would like the list endpoint to list me things matching some parameters (but the are optional). So i have built this mixin: class MultipleFieldLookupMixin(object): """ Apply this mixin to any view or

Re: Django Rest Framework - Integrating Django Channels

2020-04-24 Thread 'Amitesh Sahay' via Django users
Hi, Try the below link:Django REST Framework and Channels | | | | | | | | | | | Django REST Framework and Channels OddBird We’ve begun exploring some patterns for how to add WebSocket push notifications to what is otherwise a RESTful A... | | | Regards, Amitesh Sahay91

Django Rest Framework - Integrating Django Channels

2020-04-24 Thread Eesa Munir
Hello. I am unable to find a way to implement Django channels into a (DRF) application. If this is possible, does anybody know how to accomplish this easily and efficiently? Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: How to make Django Rest Apis Async

2020-04-20 Thread Mrinal Kamboj
>> >> I have tried the following options: >> >> 1. Using *asyncio* library, but I am unable to make the complete call >> chain Async. I generally get an error that expected return was Response / >> HttpResponse, but the method is returning Co-routine. I can find e

Re: How to make Django Rest Apis Async

2020-04-20 Thread Aldian Fazrihady
, but I am unable to make the complete call > chain Async. I generally get an error that expected return was Response / > HttpResponse, but the method is returning Co-routine. I can find examples > which contains running simple methods as async, but there's isn't an > example of Django Rest

How to make Django Rest Apis Async

2020-04-20 Thread Mrinal Kamboj
, but there's isn't an example of Django Rest API 2. Tried the following link, https://hackernoon.com/how-to-run-asynchronous-web-requests-in-parallel-with-python-3-5-without-aiohttp-264dc0f8546, which use the Threadpool executor to segregate every call on a thread in the controller itself, though

Re: It is Possible to send html File through Django Rest api? Please suggest

2020-03-20 Thread Andréas Kühne
e content disposition. > > On Thu, 19 Mar 2020, 13:01 Suraj Thapa FC, wrote: > >> No >> >> On Thu, 19 Mar 2020, 10:53 am venna venkatReddy, < >> vennavenkat...@gmail.com> wrote: >> >>> It is Possible to send html File through Django Rest API. I need h

Re: It is Possible to send html File through Django Rest api? Please suggest

2020-03-20 Thread Sai Sandeep Rayanuthala
Yeah possible. Use content disposition. On Thu, 19 Mar 2020, 13:01 Suraj Thapa FC, wrote: > No > > On Thu, 19 Mar 2020, 10:53 am venna venkatReddy, > wrote: > >> It is Possible to send html File through Django Rest API. I need how to >> send Template/one.html fil

Re: It is Possible to send html File through Django Rest api? Please suggest

2020-03-19 Thread Suraj Thapa FC
No On Thu, 19 Mar 2020, 10:53 am venna venkatReddy, wrote: > It is Possible to send html File through Django Rest API. I need how to > send Template/one.html file to Other Application when they hit my API. > > Please respond or suggest any url > > -- > You received thi

  1   2   3   4   5   >