Re: Upload video with automatically created thumbnail in Django 2

2018-06-06 Thread Pravin Yadav
Hi Sir, is it possible to create only one thumbs image. If any one know kindly help me. I'm not getting any solutions. Plz help... Thanks, Pravin Yadav On Tuesday, June 5, 2018 at 6:54:15 PM UTC+5:30, HaatBhaar Developer wrote: > > Hello dud

Get the Parameter Value From URL

2018-06-12 Thread Pravin Yadav
Hello, I want to get the parameter value from url in djago template. i'm using the django 2.0.6 and python 3.6.1. *base.html:- * {{ request.GET.get('videorandom_id') }} *My url: http://127.0.0.1:8000/watch/videos/4626634807531689 * *Error

Re: Reusable Code like Helper OR Component.

2018-06-12 Thread Pravin Yadav
abut this kindly let me know. Thanks, Pravin Yadav On Mon, Jun 11, 2018 at 7:53 PM, Pravin Yadav wrote: > Hello, > > I have created the websites in Python 3.6 and Django 2.0.6. I have created > separate the header.html, footer.html, index.html & base.html. I want to > create

Reusable Code like Helper OR Component.

2018-06-11 Thread Pravin Yadav
abut this kindly let me know. Thanks, Pravin Yadav -- 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...@googlegroup

Need to Add One Or More Fields in Signup

2018-06-11 Thread Pravin Yadav
tpResponse(success); else: error = 0 return HttpResponse(error); I haven't created any model of User. I have called the predefined models of User. When i'm adding extra fields like (age). it's showing errors. kindly let me how it will be fixed. Thanks, Pravin Yadav -- You received this message b

How to upload the large video with chunk (Django+Python)

2018-06-25 Thread Pravin Yadav
Hello, I want to upload the large video with chunk functions. kindly let me how to do. Thanks, Pravin Yadav I have already uploaded the video by chunk functions. *it's my views.py.* *from django.http import HttpResponseRedirect* *from django.shortcuts import render* *from .forms import

How to upload the large video with chunk (Django+Python)

2018-06-25 Thread Pravin Yadav
Hello Everyone, I want to upload the large video with chunk functions. kindly let me how to do. Thanks, Pravin Yadav I have already uploaded the video by chunk functions. *it's my views.py.* *from django.http import HttpResponseRedirect* *from django.shortcuts import render* *from .forms

Djnago Python (INNER JOIN Query Or JOIN Query)

2018-06-26 Thread Pravin Yadav
x_length=1,null=True,blank=True)* * activateimg = models.IntegerField(choices=THUMB_TYPE, default=1)* * created_at = models.DateTimeField(default=timezone.now,editable=True,blank=True,null=True)* * updated_at = models.DateTimeField(auto_now=False,blank=True,null=True)* *Thanks **In Advance,* *Pravi

Live Streaming Video through WebCam

2018-07-31 Thread Pravin Yadav
*Hello Everyone, I'm using the Live Streaming Video through WebCam. It's storing in .avi format. When i'm playing the Video. I'm not getting the audio of that video. I hope that opencv does not provide the audio features. Kindly let me know if you have any idea. Thanks,* *Please find the below

Live Streaming Video with WebCam OpenCv Python

2018-08-07 Thread Pravin Yadav
*Hello Everyone, I'm using the Live Streaming Video through WebCam. It's storing in .avi format. When i'm playing the Video. I'm not getting the audio of that video. I hope that opencv does not provide the audio features. Kindly let me know if you have any idea. Thanks,* *Please find the below

Live Streaming Video With WebCam

2018-07-16 Thread Pravin Yadav
Hello Guys, I'm developing the website using the *Python 3.6 and Django 2.0. *I want to integrated the *Live Streaming Video* through *WebCam*. If anyone know about this functionality kindly help me. *Thanks, in Advance.* Pravin Kumar -- You received this message because you are subscribed

Fwd: Live Streaming Video With WebCam

2018-07-17 Thread Pravin Yadav
Hello Guys, I'm developing the website using the *Python 3.6 and Django 2.0. *I want to integrated the *Live Streaming Video* through *WebCam*. If anyone know about this functionality kindly help me. *Thanks, in Advance.* Pravin Kumar -- You received this message because you are subscribed to

Website is running in Django and also clients want to make the Mobile APP.

2018-11-22 Thread Pravin Yadav
Hello Everyone, Good Morning, I have created the website in Django + Python3. Website is running. But I want to make the Mobile App. Can anyone guide me how will i work. Thanks & Regards, Pravin Kr Yadav -- You received this message because you are subscribed to the Google Groups "Django

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: &

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

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

Group By Issues with multiple tables

2018-09-17 Thread Pravin Yadav
ary_itinerary`.`title` LIKE south africa) OR `continents_country`.`title` LIKE south africa OR `continents_city`.`title` LIKE south africa) Group By ** `itinerary_itinerary`.`id` **ORDER BY `itinerary_itinerary`.`id` DESC* *kindly solve my issues.* *Thanks* *Pravin Yadav* -- You received

How to overwrite the Django Admin Panel

2019-08-05 Thread Pravin Yadav
Hello Friends, I want to overwrites the Django Admin Template. If anyone have good way please suggest me. Thanks, Pravin Yadav -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving e

How to manage the separate session for same browser Admin & Frontend in django

2019-08-05 Thread Pravin Yadav
I'm looking for a way to separate the session handling for the admin part of a site and the frontend. A person should be able to log in to the admin (only if he has is_staff and/or is_superuser). He should have to be able to login with another username into frontend. So basically it's like two

Regarding API Creation

2019-12-23 Thread Pravin Yadav
Hello Everyone, I'm new beginner in API. Can anyone share which is the best way to create the API in DRF. 1:- Class-Based Views 2:- Function based API 3:- ViewSets & Routers Kindly suggest which way is best .. Thanks & Regards, Pravin Kumar Yadav 8743064255 -- You received this message

How to inherit a model for Custom User with Different Module

2020-01-06 Thread Pravin Yadav
Hello Friends, We have created the three groups. 1:- Super User 2:- Company 3:- User And also We have created a custom user in django admin. We want to create a separate module but same database table. Kindly help us. Thanks, Pravin Kumar Yadav 8743064255 -- You received this message because