Re: Reverse for 'submit_review' with no arguments not found. 1 pattern(s) tried: ['submit_review/(?P[0-9]+)/\\Z']

2023-03-28 Thread Muhammad Juwaini Abdul Rahman
You need to have game_id in your url. On Wed, 29 Mar 2023 at 07:56, Byansi Samuel wrote: > I got an error when trying to create a review form in Django and it > returned to that title as the error in my browser. > > I have included a text file containing my codes and l would like to > request

Using one query set for another query

2023-03-28 Thread lone...@gmail.com
Hello all, I am trying to use the query of: paid_bills = bill_payment_history.objects.filter(date_paid__year='2023', date_paid__month='03') as criteria for another query to only show the unpaid bills. The known_bills model is my control list of known bills that occur frequently. The

Re: Spies in California and America

2023-03-28 Thread Brian Carey
What the hell!? Don't spam the Django channel with your propaganda. ⁣Get BlueMail for Android ​ On Mar 28, 2023, 5:14 PM, at 5:14 PM, Michael Starr wrote: >So does anyone have an update on the police state and spying of >Democrat >Ukrainians in America yet? > >Michael > >-- >You received

Reverse for 'submit_review' with no arguments not found. 1 pattern(s) tried: ['submit_review/(?P[0-9]+)/\\Z']

2023-03-28 Thread Byansi Samuel
I got an error when trying to create a review form in Django and it returned to that title as the error in my browser. I have included a text file containing my codes and l would like to request assistance on how l can solve that issue, tanks, I'm Samuel -- You received this message because you

Re: Spies in California and America

2023-03-28 Thread Ammar Mohammed
Sorry but this is off topic! On Wed, Mar 29, 2023, 01:15 Michael Starr wrote: > So does anyone have an update on the police state and spying of Democrat > Ukrainians in America yet? > > Michael > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Spies in California and America

2023-03-28 Thread Michael Starr
So does anyone have an update on the police state and spying of Democrat Ukrainians in America yet? Michael -- 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

Re: Django Hosting on HTTPS with nginix AWS

2023-03-28 Thread Muhammad Juwaini Abdul Rahman
If you're using nginx and gunicorn in Ubuntu 22.04, you can follow the instructions in this article: https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-22-04 To add HTTPS, you can use let's encrypt:

Re: Django Hosting on HTTPS with nginix AWS

2023-03-28 Thread shailesh sachan
I have done for current company setting of ssl, http, https, load balancers i can help you if u give me more details about the cloud stack and tech stack. On Tuesday, March 28, 2023 at 3:23:11 PM UTC+5:30 Himanshu Shekhar Mohapatra wrote: > Hi all, > > Please help me with any curated list of

Django Hosting on HTTPS with nginix AWS

2023-03-28 Thread Himanshu Shekhar Mohapatra
Hi all, Please help me with any curated list of steps using which I can host Django application in aws ubuntu with https certificate. Tried a lot of tutorials but something is missing somewhere. Thanks a lot! -- Sent from Gmail Mobile -- You received this message because you are subscribed

Re: Scheduler with Django on Windows platform

2023-03-28 Thread Michael kosy
Try, https://docs.celeryproject.org/en/stable/django/first-steps-with-django.html On Tue, Mar 28, 2023, 10:27 AM Robbi Nespu wrote: > Hi Django developers, > I am looking for any package that can do scheduler job. I am used with > "Django-crontab" but I can't use it on windows platform. > > Do

Scheduler with Django on Windows platform

2023-03-28 Thread Robbi Nespu
Hi Django developers, I am looking for any package that can do scheduler job. I am used with "Django-crontab" but I can't use it on windows platform. Do you guys have any suggestion? -- Regards Robbi Nespu PGP: D311 B5FF EEE6 0BE8 9C91 FA9E 0C81 FA30 3B3A 80BA -- You received this message

Re: Django audio recorder Bad request: /record-audio/

2023-03-28 Thread Yong Zu Yi
Thank you for replying me. However, I still get the error Bad request: /record-audio/. Also, I have a question, is it possible that after recording, it will just save to the database? Because what I have found that the only way to save media files into database is to upload it. Thanks!

Re: User creation

2023-03-28 Thread 'Kasper Laudrup' via Django users
On 28/03/2023 06.16, Prashanth Patelc wrote: Hi all, I'm creating new user fields like email username firstname after creating user I need to send password creation email to end user ? No, you don't have to but you can if you want. Kind regards, Kasper Laudrup -- You received this