Template inheritance not working

2022-10-31 Thread Alec Delaney
I have been trying to get my templates to work but they have been ineffective. here is my code: {% extends "index.html" %} Document {% block content %} {% endblock %} //index.html: Document {% block content %} Hello, this is a test.

Re: Template inheritance not working

2022-11-08 Thread Alec Delaney
ers+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAFGN%3DGjpkAW6NBXLZ%3DYL7eXy3FXmJ6DqWfNMh%2BikMrp7om361Q%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAFGN%3DGjpkAW6NBXLZ%3DYL7eXy3FX

Re: Template inheritance not working

2022-11-18 Thread Alec Delaney
id/django-users/CAFGN%3DGjpkAW6NBXLZ%3DYL7eXy3FXmJ6DqWfNMh%2BikMrp7om361Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > > On Mon, 31 Oct 2022, 8:09 PM Alec Delaney, <96alecpatr...@gmail.com> > wrote: > >> I have been trying to get my templ

Re: Template inheritance not working

2022-11-19 Thread Alec Delaney
in the child template, you can override those blocks. >> >> El vie, 18 nov 2022 17:54, Alec Delaney <96alecpatr...@gmail.com> >> escribió: >> >>> Hello. How are you? Can I see another example of template inheritance? >>> >>> On Mon, Oct

Re: Template inheritance not working

2022-11-19 Thread Alec Delaney
Okay, Cause I am looking for another example for template inheritance On Sat, Nov 19, 2022 at 11:54 AM Chukwudi Onwusa wrote: > On WhatsApp > > On Sat, Nov 19, 2022, 17:14 Alec Delaney <96alecpatr...@gmail.com> wrote: > >> Hello, would you be available for zoom? >&

Re: Template inheritance not working

2022-11-19 Thread Alec Delaney
you dont have zoom? On Sat, Nov 19, 2022 at 12:09 PM Alec Delaney <96alecpatr...@gmail.com> wrote: > Okay, Cause I am looking for another example for template inheritance > > > On Sat, Nov 19, 2022 at 11:54 AM Chukwudi Onwusa > wrote: > >> On WhatsApp >>

Re: Is programming in Django intellectually satisfactory

2023-04-26 Thread Alec Delaney
I love it On Wed, Apr 26, 2023, 11:08 PM Mike Dewhirst wrote: > On 26/04/2023 10:18 am, Julius Chesoni wrote: > > Hi guys, I find programming in the abstract very interesting and full of > intellectual benefits similar to those acquired from Mathematics. However, > when it comes to programming

Re: CSV file

2023-06-10 Thread Alec Delaney
For server On Thu, Jun 8, 2023, 15:03 Percy Masekwameng wrote: > Hi > > I have web app survey that collect data and generate a CSV file, > I'm using railway to deploy my web app, running on 8GB RAM and each time I > generate a file, the server goes down and display "Application failed to > respo

Re: uwsgi

2023-06-18 Thread Alec Delaney
Yes On Mon, Jun 19, 2023, 2:26 AM Nakamatte Norah wrote: > good morning my name is Norah . This is first time to use Django and > develope a system l need help can you . Please help to accomplish this task > > On Sun, Jun 4, 2023, 11:14 PM Larry Martell > wrote: > >> I normally deploy my django

Re: Django Channels with Queue (Lobby) Manager

2023-07-11 Thread Alec Delaney
Nicee On Tue, Jul 11, 2023, 11:56 AM Alex R wrote: > Hello dear Community! > > I need help with Django channels and Websockets (i guess) for an > application I am building. The project is online Chess game with Django as > a backend and vanilla JavaScript (ajax, jQuey and some bootstrap). We are