Details are available on the Django project weblog:
https://www.djangoproject.com/weblog/2022/nov/01/bugfix-release/
Details are available on the Django project weblog:
https://www.djangoproject.com/weblog/2022/nov/01/bugfix-release/
I have been trying to get my templates to work but they have been ineffective. here is my code:--{% extends "index.html" %}<html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head><body><div>{% block content %}{% endblock %}</div></body></html>//index.html:<html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head><body>{% block content %}<h1>Hello, this is a test.</h1><p>Help me.</p>{% endblock %}</body></html>
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+unsubscribe@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.
On 28/10/2022 12.35, Adeyemi Deji wrote:
>
> I have tried this command in Dockerfile: RUN pip install --user
> psycopg2==2.9.5
> I got the command on StackOverflow but still didn't resolve the issue.
>
Seems like you need the postgresql development package or similar to
build psycopg2 from source. Try using the binary package
(psycopg2-binary) instead as suggested here:
> #0 26.78 If you prefer to avoid building psycopg2 from source,
> please install the PyPI
> #0 26.78 'psycopg2-binary' package instead.
Alternatively, ensure the postgresql development package is installed in
your Docker container.
Kind regards,
Kasper Laudrup
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 unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAF7qQgA_XroFAEsKPEVmZ%3Dxj2GyGJwUk5xXe8BG9cr%3DTbUaLDQ%40mail.gmail.com.
Replace value_list['itens'] by value_list['items']. May be there some typo errorOn Sat, Oct 29, 2022, 18:07 Ryan Nowakowski <ry...@fattuba.com> wrote:When it gets stuck, does it crash and return a traceback or just hang?On October 28, 2022 9:16:41 AM CDT, "Otávio Augusto" <tavii...@gmail.com> wrote:Greetings, I'm doing a integration projection, so I need to consume data from a RESTful API and then save that data inside a oracle db. My models migrated and succesfully created the tables, I was able to get the data from the API and parse trough it to filter the info I wanted and needed to save normally, then I first used 'objects.update_or_create' to populate my table, initially it seemed to work but after some time it got stuck and stopped inserting data into the table, I tried to switch to simply 'objects.create' but it didnt work. I dont seem to find the issue that is holding the insertion in place and decided to seek for help.For illustration, this is how I builted the code block that is getting stuck:for item in value_list['itens']:print(item)Item.objects.using('default').create(nature=item['nature'],date=item['date'],doc_number=item['doc_number'],name=item['name'],description=item['description'])I even added .save(force_insert=True) to try and brute force the insertion on the table but no avail. Need help!--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAE0EE0F-E2BB-4CF3-9678-0F39596BDC8A%40fattuba.com.
When it gets stuck, does it crash and return a traceback or just hang?On October 28, 2022 9:16:41 AM CDT, "Otávio Augusto" <tavii...@gmail.com> wrote:Greetings, I'm doing a integration projection, so I need to consume data from a RESTful API and then save that data inside a oracle db. My models migrated and succesfully created the tables, I was able to get the data from the API and parse trough it to filter the info I wanted and needed to save normally, then I first used 'objects.update_or_create' to populate my table, initially it seemed to work but after some time it got stuck and stopped inserting data into the table, I tried to switch to simply 'objects.create' but it didnt work. I dont seem to find the issue that is holding the insertion in place and decided to seek for help.For illustration, this is how I builted the code block that is getting stuck:for item in value_list['itens']:print(item)Item.objects.using('default').create(nature=item['nature'],date=item['date'],doc_number=item['doc_number'],name=item['name'],description=item['description'])I even added .save(force_insert=True) to try and brute force the insertion on the table but no avail. Need help!
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEQN0nay16CrWnEFFxNWoFEK2gvWCVc7YDOQ2WUTyNpRoJhweA%40mail.gmail.com.
HelloHave you added your index page view to your project's urlpatterns ?Regards--On Mon, 31 Oct 2022, 11:33 AM REMY TOUITOU, <touitou2600@gmail.com> wrote:Hello , thanks you , I try to connect , what is you Telefon number , mine is 0033687798426
Le dimanche 30 octobre 2022, Adebileje Nurudeen <lordnarry0@gmail.com> a écrit :--Can we chat on WhatsApp for more help on that??--On Sun, Oct 30, 2022 at 8:46 PM REMY TOUITOU <touitou2600@gmail.com> wrote:hELLO , when i launch , in visual studio code ,i can't found the page index.html,i launch http//localhost:8000 AND I SEE the first page created with Djangoand i want to see the page index.HTML ;Thanks you for your help--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/64e889fc-de5e-4696-9366-54ec049b91ben%40googlegroups.com.
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOfwBVgsV1RihLOydb%2BUdEzBeBqBrhHZn04sudWWXqeKB-KMQw%40mail.gmail.com.
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAD9WEx0-hwAtMOczTc6AZTz4WoCKuiYJz6AVeSnGt-qkbG%2BZ8Q%40mail.gmail.com.
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHs1H7sCpZUuEoDa60gR3_3giUw88Dm-Va9zkZOj3e1v5SzNsw%40mail.gmail.com.
Hello , thanks you , I try to connect , what is you Telefon number , mine is 0033687798426
Le dimanche 30 octobre 2022, Adebileje Nurudeen <lordnarry0@gmail.com> a écrit :--Can we chat on WhatsApp for more help on that??--On Sun, Oct 30, 2022 at 8:46 PM REMY TOUITOU <touitou2600@gmail.com> wrote:hELLO , when i launch , in visual studio code ,i can't found the page index.html,i launch http//localhost:8000 AND I SEE the first page created with Djangoand i want to see the page index.HTML ;Thanks you for your help--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/64e889fc-de5e-4696-9366-54ec049b91ben%40googlegroups.com.
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOfwBVgsV1RihLOydb%2BUdEzBeBqBrhHZn04sudWWXqeKB-KMQw%40mail.gmail.com.
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAD9WEx0-hwAtMOczTc6AZTz4WoCKuiYJz6AVeSnGt-qkbG%2BZ8Q%40mail.gmail.com.
--Can we chat on WhatsApp for more help on that??--On Sun, Oct 30, 2022 at 8:46 PM REMY TOUITOU <touitou2600@gmail.com> wrote:hELLO , when i launch , in visual studio code ,i can't found the page index.html,i launch http//localhost:8000 AND I SEE the first page created with Djangoand i want to see the page index.HTML ;Thanks you for your help--
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+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/64e889fc- .de5e-4696-9366-54ec049b91ben% 40googlegroups.com
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+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ .CAOfwBVgsV1RihLOydb% 2BUdEzBeBqBrhHZn04sudWWXqeKB- KMQw%40mail.gmail.com
I don't know how to find the conversation I just started, but I wanted to add a note that I figured out my problem. There were calls to `full_clean` another developer had introduced that was changing the database and causing the cross-database relations. --
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c6866c4d-c28d-4a59-8f7e-449d59f36886n%40googlegroups.com.
hELLO , when i launch , in visual studio code ,i can't found the page index.html,i launch http//localhost:8000 AND I SEE the first page created with Djangoand i want to see the page index.HTML ;Thanks you for your help--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/64e889fc-de5e-4696-9366-54ec049b91ben%40googlegroups.com.
You can try to use DateRange or DateRangePicker filter from my DjangoAdminFilters library.--пятница, 28 октября 2022 г. в 18:23:31 UTC+4, dashlaksh...@gmail.com:I want a select menu with months and years written against the corresponding month. When I will click the filter button the blogs should be filtered with the corresponding month and year.On Fri, Oct 28, 2022, 19:04 Ryan Nowakowski <ry...@fattuba.com> wrote:Is your question around how to do the date filtering in the view or how to set up the filter in the template?--On October 27, 2022 9:08:06 AM CDT, Lakshyaraj Dash <dashlaksh...@gmail.com> wrote:I have search filters and tagwise filters and just want to add date filters.On Thu, Oct 27, 2022, 19:34 Ryan Nowakowski <ry...@fattuba.com> wrote:Do you already have other kinds of filters in place and just need help adding a date filter, or do you need help with filtering in general?--On October 25, 2022 11:00:43 PM CDT, Lakshyaraj Dash <dashlaksh...@gmail.com> wrote:I'm having a forums project in which I want to add a date filter for questions like when a user clicks on a specific date the questions related to the date will be filter like 24 Dec 2021 will show 24122022...
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/BD9E1263-A0CE-4467-8966-72BB3EF755EC%40fattuba.com.
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...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/EB883B2D-62DD-43B0-A7A2-C1B3EFE9DD0B%40fattuba.com.
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1684b832-49dd-414e-a3dc-b788aa8a52den%40googlegroups.com.
You can try to use DateRange or DateRangePicker filter from my DjangoAdminFilters library.--пятница, 28 октября 2022 г. в 18:23:31 UTC+4, dashlaksh...@gmail.com:I want a select menu with months and years written against the corresponding month. When I will click the filter button the blogs should be filtered with the corresponding month and year.On Fri, Oct 28, 2022, 19:04 Ryan Nowakowski <ry...@fattuba.com> wrote:Is your question around how to do the date filtering in the view or how to set up the filter in the template?--On October 27, 2022 9:08:06 AM CDT, Lakshyaraj Dash <dashlaksh...@gmail.com> wrote:I have search filters and tagwise filters and just want to add date filters.On Thu, Oct 27, 2022, 19:34 Ryan Nowakowski <ry...@fattuba.com> wrote:Do you already have other kinds of filters in place and just need help adding a date filter, or do you need help with filtering in general?--On October 25, 2022 11:00:43 PM CDT, Lakshyaraj Dash <dashlaksh...@gmail.com> wrote:I'm having a forums project in which I want to add a date filter for questions like when a user clicks on a specific date the questions related to the date will be filter like 24 Dec 2021 will show 24122022...
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/BD9E1263-A0CE-4467-8966-72BB3EF755EC%40fattuba.com.
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...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/EB883B2D-62DD-43B0-A7A2-C1B3EFE9DD0B%40fattuba.com.
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1684b832-49dd-414e-a3dc-b788aa8a52den%40googlegroups.com.
I want a select menu with months and years written against the corresponding month. When I will click the filter button the blogs should be filtered with the corresponding month and year.On Fri, Oct 28, 2022, 19:04 Ryan Nowakowski <ry...@fattuba.com> wrote:Is your question around how to do the date filtering in the view or how to set up the filter in the template?--On October 27, 2022 9:08:06 AM CDT, Lakshyaraj Dash <dashlaksh...@gmail.com> wrote:I have search filters and tagwise filters and just want to add date filters.On Thu, Oct 27, 2022, 19:34 Ryan Nowakowski <ry...@fattuba.com> wrote:Do you already have other kinds of filters in place and just need help adding a date filter, or do you need help with filtering in general?--On October 25, 2022 11:00:43 PM CDT, Lakshyaraj Dash <dashlaksh...@gmail.com> wrote:I'm having a forums project in which I want to add a date filter for questions like when a user clicks on a specific date the questions related to the date will be filter like 24 Dec 2021 will show 24122022...
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/BD9E1263-A0CE-4467-8966-72BB3EF755EC%40fattuba.com.
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...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/EB883B2D-62DD-43B0-A7A2-C1B3EFE9DD0B%40fattuba.com.
Hi,How to embed Report/dashboard in Power BI to a Web portal using Django?Thanks,Geethanjali.