Django bugfix release: 4.1.3

2022-10-31 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2022/nov/01/bugfix-release/ -- 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

Re: Error: pg_config executable not found. (psycopg2 for postgres in docker not successfully installed)

2022-10-31 Thread 'Kasper Laudrup' via Django users
On 31/10/2022 19.32, Adeyemi Deji wrote: Hello, fam! Found a solution to the problem. Updated the Dockerfile. Check below Great to hear you figured it out and thanks for sharing. Out of curiosity, any reason why you chose to build the psycopg2 package from source instead of using a prebuil

Re: Template inheritance not working

2022-10-31 Thread Ammar Mohammed
Hello dear There is a little mistake in your code : You should put the {%block block_name %} in your base template with no code and the put the code you want to be displayed in your child template file Here is an example : // file.html : {% extends "index.html" %} {% block content %} Hello, this

Re: Error: pg_config executable not found. (psycopg2 for postgres in docker not successfully installed)

2022-10-31 Thread Adeyemi Deji
Hello, fam! Found a solution to the problem. Updated the Dockerfile. Check below Thanks, guys... *Dockerfile* FROM python:3.8.3-slim ENV PIP_DISABLE_PIP_VERSION_CHECK=1 ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1 WORKDIR /code RUN apt-get update \ && apt-get -y install libpq-de

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: Deploy django app on railway

2022-10-31 Thread Percy Masekwameng
I had the same issues but I ended up editing Django version to 3.2 in the requirements.txt That's one of the new features of Django 4.1, use less version of Django like 3.2 it won't give you problems. I suggest you do the same, will try to figure it out On Mon, 31 Oct 2022, 18:48 Lakshyaraj Dash

Deploy django app on railway

2022-10-31 Thread Lakshyaraj Dash
I'm having troubles in using django app on railway ie after deployment I get csrf token validation error even if my forms are protected with csrf tokens. Please anyone fix this problem. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscr

Re: how can i create databases, routers and install apps in runtime?

2022-10-31 Thread Paul Kudla
just add them using a text editor (vi etc) when you need to access them an import settings (already shoud be done) will present them python 101 stuff more then django fyi Happy Monday !!! Thanks - paul Paul Kudla Scom.ca Internet Services 004-1009 Byron Street Sou

Re: how can i create databases, routers and install apps in runtime?

2022-10-31 Thread 'Kasper Laudrup' via Django users
On 31/10/2022 13.28, emilton mendoza wrote: Could someone tell me how I can add new values ​​to the variables of settings.py? The same way you would add new values to any other Python variable. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Goog

Re: Django channels and web rtc

2022-10-31 Thread ome chukwuemeka
I also need such a resource. I have looked online and couldn't find any. If you come across any useful information, please let me know On Mon, Oct 31, 2022 at 12:10 PM krishna soni wrote: > Anyone have any resources about how to share screen in a group through > django channels via Webrtc?? > >

how can i create databases, routers and install apps in runtime?

2022-10-31 Thread emilton mendoza
Could someone tell me how I can add new values ​​to the variables of settings.py? Thanks -- 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.

Re: my project doesnt insert into the database

2022-10-31 Thread Otávio Augusto
it just hang, doesnt crash nor raise any errors or exceptions, I even tried to cover it up in a try block but it did not return an error. Em sábado, 29 de outubro de 2022 às 08:38:04 UTC-4, Ryan Nowakowski escreveu: > When it gets stuck, does it crash and return a traceback or just hang? > > >

Django channels and web rtc

2022-10-31 Thread krishna soni
Anyone have any resources about how to share screen in a group through django channels via Webrtc?? -- 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+

Re: page html

2022-10-31 Thread Muhammad Juwaini Abdul Rahman
Someone is not even doing basic django tutorial... On Mon, 31 Oct 2022 at 18:04, Ammar Mohammed wrote: > Hello > > Have you added your index page view to your project's urlpatterns ? > > Regards > > On Mon, 31 Oct 2022, 11:33 AM REMY TOUITOU, wrote: > >> Hello , thanks you , I try to connect ,

Re: page html

2022-10-31 Thread Ammar Mohammed
Hello Have you added your index page view to your project's urlpatterns ? Regards On Mon, 31 Oct 2022, 11:33 AM REMY TOUITOU, wrote: > Hello , thanks you , I try to connect , what is you Telefon number , mine > is 0033687798426 > > Le dimanche 30 octobre 2022, Adebileje Nurudeen a > écrit : >

Re: page html

2022-10-31 Thread REMY TOUITOU
Hello , thanks you , I try to connect , what is you Telefon number , mine is 0033687798426 Le dimanche 30 octobre 2022, Adebileje Nurudeen a écrit : > Can we chat on WhatsApp for more help on that?? > > On Sun, Oct 30, 2022 at 8:46 PM REMY TOUITOU > wrote: > >> hELLO , when i launch , in visual

Re: solved

2022-10-31 Thread Aziz Mek
Hi Robert, in the conversation which you can get to using the link at the bottom of the emails from the group, do a search on your name or email address, here is one https://groups.google.com/g/django-users/c/L4J9nvsLs1g/m/tqEnEw0YAwAJ here is the other one https://groups.google.com/g/django-user