Re: Internship/Job Opportunities in Django Development

2024-10-06 Thread Venu Gopal
Thanks. I am forwarding to hr On Sun, 6 Oct 2024 at 20:18, Tejas Vaij wrote: > Hi Venu Gopal, I have sent you my profile on your email, please check. > > On Sun, Oct 6, 2024 at 8:12 PM Venu Gopal > wrote: > >> Please send me your profile. >> >> On Sun, 6 Oct

Re: Internship/Job Opportunities in Django Development

2024-10-06 Thread Venu Gopal
Please send me your profile. On Sun, 6 Oct 2024 at 20:07, Tejas Vaij wrote: > Hello Django users, > > My name is Tejas Vaij, and I’m currently looking for internship or job > opportunities in Django development. I have experience working with a > variety of web projects, and my portfolio include

Re: Any internship or part time work

2024-09-27 Thread Venu Gopal
Are you interested in relocating to Visakhapatnam? On Mon, Sep 23, 2024 at 3:24 PM AYUSH GUPTA wrote: > Hii, > I am interested in the Django Developer position. Any Internship or > part time job available? > i am attaching my resume. > > -- > You received this message because you are subscr

Re: CSS not linking with HTML

2021-05-28 Thread Venu Gopal
t; Remove all On Sat, May 29, 2021 at 9:50 AM sukhy gill wrote: > @Venu Gopal > > No Sir, I don't know, how to do this. > > May I know Sir, how to do the same? > > Regards > > On Sat, May 29, 2021, 09:41 Venu Gopal >> Hi, Have you tried deleting existing cach

Re: CSS not linking with HTML

2021-05-28 Thread Venu Gopal
Hi, Have you tried deleting existing cache and cookies in the browser? On Sat, May 29, 2021 at 12:08 AM sukhy gill wrote: > Dear Frnds > I am unable to link CSS with HTML > HTML working but CSS not working inside the .html file with the help of > LINK in tag > > I am using thef

Re: Configuration Django with uwsgi + NGINX

2020-12-30 Thread Venu Gopal
Thank you very much Carlos On Wed, Dec 30, 2020 at 4:35 AM carlos wrote: > > https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-16-04 > > On Tue, Dec 29, 2020 at 4:57 AM Django-Learner_27 < > reachme.ven...@gmail.com> wrote: > >> >> H

Re: Is it possible to use REST API on Django template ?

2020-11-26 Thread Venu Gopal
Yes, it is possible. Below is the documentation. we will use serialization to get a django rest API. https://docs.djangoproject.com/en/3.1/topics/serialization/ On Wed, Nov 25, 2020 at 7:48 PM Aman Modi wrote: > > > Hello Django lovers. > > I want to use REST API on Django template but i have n

Re: Align Two buttons in a TD

2020-10-24 Thread Venu Gopal
Probably, It will get resolved using separate td elements for each button. On Sun, Oct 25, 2020 at 4:57 AM Walter Randazzo wrote: > Sorry, I forgot to attach the file. This is how the template looks like > now: > > El sábado, 24 de octubre de 2020 a la(s) 20:19:27 UTC-3, Walter Randazzo > escrib

Re: issues 403 Forbidden

2020-10-24 Thread Venu Gopal
Use method="POST" On Sun, Oct 25, 2020 at 1:11 AM waqar khan wrote: > I have already write html file in form {% csrf_token %} > but not working > > Html file: > {% extends 'base.html' %} > > {% block content %} > > {% load cart %} > > > > > > > ALL > Products > {% for category in categor

Re:

2020-08-19 Thread Venu Gopal
Django will manage HTML templates to process backend data but not all features of HTML. To fully functional design of HTML requires CSS, Javascript. jquery. On Wed, Aug 19, 2020 at 6:59 PM Suraj Kumar wrote: > Hello Django Users, > > > I want to know there is any need of knowledge in css, Html

Re: Streaming Data

2020-08-01 Thread Venu Gopal
an > > On Fri, Jul 31, 2020 at 6:46 AM Venu Gopal > wrote: > >> Hi, I have an urgent requirement where I need to stream data from Motion >> JPG to Django template. This solution is already there in Flask Reference: >> https://blog.miguelgrinberg.com/post/video-strea

Streaming Data

2020-07-31 Thread Venu Gopal
Hi, I have an urgent requirement where I need to stream data from Motion JPG to Django template. This solution is already there in Flask Reference: https://blog.miguelgrinberg.com/post/video-streaming-with-flask. Is there any way to do it in Django. Thanks in advance. -- You received this mes