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 To

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, < stanleyni...@gmail.com

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 > gener

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 get(self,request)

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 this me

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

2020-03-18 Thread venna venkatReddy
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 this message because you are subscribed to the Google Groups "Django users" group. To u

Django rest api connect with android mobile app

2020-02-25 Thread Zain Mehar
please anyone tell me how i connect my Django rest API with my Andriod mobile application please anyone tells? -- 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: How to create custom registration form in django rest api?

2020-02-17 Thread onlinejudge95
On Sun, Feb 16, 2020 at 3:19 PM maunish dave wrote: > I am creating an health care app which need to include patients and > doctors account, i have created Doctor model which have various info of > doctor now i want a serializer which maps this model to a proper html > registration form. > You c

How to create custom registration form in django rest api?

2020-02-16 Thread maunish dave
I am creating an health care app which need to include patients and doctors account, i have created Doctor model which have various info of doctor now i want a serializer which maps this model to a proper html registration form. My problem is that i can get a normal form rendered but it is only st

Re: reg: Building Django REST API to show number of matching pattern from log file

2020-01-13 Thread Derek
Some ideas (untested of course) "I need develop an API that will read the matching pattern from the log file, and push it to the DB." <== this is NOT an API - but have look at how a different script could access your log: https://stackoverflow.com/questions/12523044/how-can-i-tail-a-log-file-in

reg: Building Django REST API to show number of matching pattern from log file

2020-01-13 Thread 'Amitesh Sahay' via Django users
Hello Users, I have a scenario for which I need to develop a Web API through Django RESTFrameWork. 1) We have a multiple linux machines on which a  log file is generated as soon as there is some change in hash value of a license file . The log file generation and the license file monitoring ha

Re: How to increase file upload size in twitter in django rest api

2019-10-10 Thread Cornelis Poppema
Are you perhaps looking for https://docs.djangoproject.com/en/2.2/ref/settings/#data-upload-max-memory-size ? On Thursday, 10 October 2019 07:04:31 UTC+2, ajitkumar wrote: > > Hi, > > can anyone help me how to increase media upload size in django rest api, > > >

Re: How to increase file upload size in twitter in django rest api

2019-10-09 Thread Aldian Fazrihady
I haven't found any restriction on file upload size. Did you experience errors while uploading? On Thu, Oct 10, 2019 at 12:04 PM ajitkumar wrote: > Hi, > > can anyone help me how to increase media upload size in django rest api, > > > > > Thanks in advance. > &g

How to increase file upload size in twitter in django rest api

2019-10-09 Thread ajitkumar
Hi, can anyone help me how to increase media upload size in django rest api, Thanks in advance. -- 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

signup in Django rest API framework With MIXIN

2019-07-02 Thread laya
Hi, I need a help in signing up Custom Model User with MAXIN and be able to edit and delete and see the saved user info . At first , I defined a sterilizer class to get the fields I want to have from user then I defined a class view which the parameter are mixins.ListModelMixin,mixins.CreateM

Regarding to trying to make Django rest Api for eCommerce project.

2019-06-06 Thread RONAK JAIN
Dear All, *Note: trying to make Django rest Api for eCommerce project.* I am working drf eCommerce project. I am trying to make product rating and review Django Rest Api. *Models.py* class Product_review(models.Model): user_id = models.ForeignKey(User_registrations, on_delete

Re: How to design database for django rest api

2019-05-06 Thread salimon jamiu olashile
g to start a new website in Django so the whole website my task > is here make Django rest API. I have an angular template which is related > to education + eCommerce there. > So, I am not getting here how can I start to make Django rest API and what > is my first step? because of most

How to design database for django rest api

2019-05-05 Thread RONAK JAIN
Hello, I am trying to start a new website in Django so the whole website my task is here make Django rest API. I have an angular template which is related to education + eCommerce there. So, I am not getting here how can I start to make Django rest API and what is my first step? because of

Re: Regarding:- Mobile App With Django Rest API

2019-01-04 Thread Nebojsa Hajdukovic
It is not possible to guide you here to create the whole REST API from your project. The simplest way is to use Django Rest Framework - https://www.django-rest-framework.org/ If you have any further qustions, feel free to ask me. чет, 3. јан 2019. у 15:58 Pravin Yadav је написао/ла: > please g

Re: Regarding:- Mobile App With Django Rest API

2019-01-03 Thread Pravin Yadav
please guide me. It will be great. Thanks. On Thu, Jan 3, 2019 at 8:28 PM Pravin Yadav wrote: > I haven't any experience with rest API. > > Thanks for replying. > > > > On Thu, Jan 3, 2019 at 8:26 PM Nebojsa Hajdukovic < > nebojsa.zero...@gmail.com> wrote: > >> Do you have any experience with r

Re: Regarding:- Mobile App With Django Rest API

2019-01-03 Thread Pravin Yadav
I haven't any experience with rest API. Thanks for replying. On Thu, Jan 3, 2019 at 8:26 PM Nebojsa Hajdukovic wrote: > Do you have any experience with rest API? > > чет, 3. јан 2019. у 15:55 Pravin Yadav је написао/ла: > >> Hello Friends, >> >> I have created the website in Python + Django

Re: Regarding:- Mobile App With Django Rest API

2019-01-03 Thread Nebojsa Hajdukovic
Do you have any experience with rest API? чет, 3. јан 2019. у 15:55 Pravin Yadav је написао/ла: > Hello Friends, > > I have created the website in Python + Django and also website has been > live > *Live Url:-* *http://tripsanditineraries.com > .* > > I want t

Regarding:- Mobile App With Django Rest API

2019-01-03 Thread Pravin Yadav
Hello Friends, I have created the website in Python + Django and also website has been live *Live Url:-* *http://tripsanditineraries.com .* I want to create the* "Mobile APP"* also. Kindly advise how will i implement. Thanks and Regards, Pravin Kumar Yadav 8

Re: Django REST API

2017-05-22 Thread Andréas Kühne
Hi, That is a very broad question and hard to answer directly. Reasons why you would want a REST API: 1. Communicating with another server 2. Communicating with a mobile application 3. Creating a single page application with a javascript framework like angular, react, jquery or the like. I think

Django REST API

2017-05-22 Thread DEVENDRA BAJAJ
When is it best to build the Backed with Django's REST API -- 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 post to