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 cache

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

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

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

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 >

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

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

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