Re: Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
I have Already registered the pages app in settings.py file On Thu, Sep 19, 2024 at 1:28 PM KPADE Kouami Antoine wrote: > The problème IS simple juste going to registre your app in project on > setting.py file > > Le jeu. 19 sept. 2024, 16:30, Gulshan Yadav > a écrit : > >> Please send me proj

Re: Django server msg Error

2024-09-19 Thread KPADE Kouami Antoine
The problème IS simple juste going to registre your app in project on setting.py file Le jeu. 19 sept. 2024, 16:30, Gulshan Yadav a écrit : > Please send me project name > > On Thu, Sep 19, 2024, 9:43 PM Gulshan Yadav > wrote: > >> Which one are you clone bro? >> >> On Thu, Sep 19, 2024, 9:18 P

Re: Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
Firstly, i created virtual environment by python -m venv .venv .venv\Scripts\Activate.ps1 - activated the venv (.venv) $ python -m pip install django~=5.0.0 - installed django in it (.venv) $ python -m pip install black - installed black in it. (.venv) $ django-admin startproject django_project . -

Re: Django server msg Error

2024-09-19 Thread Gulshan Yadav
Please send me project name On Thu, Sep 19, 2024, 9:43 PM Gulshan Yadav wrote: > Which one are you clone bro? > > On Thu, Sep 19, 2024, 9:18 PM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> Hi, >> >> What's your project folder? Did you create a new app inside the project? >> You

Re: Django server msg Error

2024-09-19 Thread Gulshan Yadav
Which one are you clone bro? On Thu, Sep 19, 2024, 9:18 PM RANGA BHARATH JINKA wrote: > Hi, > > What's your project folder? Did you create a new app inside the project? > You have registered your pages app URLs in the project. But you have to > create a new urls.py file inside the app and import

Re: Django server msg Error

2024-09-19 Thread RANGA BHARATH JINKA
Hi, What's your project folder? Did you create a new app inside the project? You have registered your pages app URLs in the project. But you have to create a new urls.py file inside the app and import view On Thu, Sep 19, 2024 at 9:00 PM Anudeep Gudimalla wrote: > Hi Bharath, > > Thanks for rea

Re: Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
Please find the shell screenshot attached. Thank you. On Thu, Sep 19, 2024 at 11:28 AM Anudeep Gudimalla wrote: > Hi Bharath, > > Thanks for reaching out. > > I have created the urls.py and views.py under pages folder and navigated > as book says. > > please find the attachments. > > On Thu, Se

Re: Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
Hi Bharath, Thanks for reaching out. I have created the urls.py and views.py under pages folder and navigated as book says. please find the attachments. On Thu, Sep 19, 2024 at 11:08 AM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > Did you create a view and link it to a URL

Re: Django server msg Error

2024-09-19 Thread RANGA BHARATH JINKA
Hi, Did you create a view and link it to a URL like /home? Then, you have to go to that URL to see the message. Thanks, Bharath On Thu, Sep 19, 2024 at 8:31 PM Anudeep Gudimalla wrote: > Hi all > > Firstly, im learning Django by book "Django for beginners - WSVincent 5th > edition" in chapter-

Re: Django security releases issued: 5.1.1, 5.0.9, and 4.2.16

2024-09-03 Thread אורי
Hi, I noticed that Django 4.2.16 release notes (and the other versions released today) are not updated: https://docs.djangoproject.com/en/5.1/releases/4.2.16/ This happens usually every time after a new release. Is it possible to fix it? Thanks, Uri Rodberg, Speedy Net. אורי u...@speedy.net On

Re: Django Static Files Not Loading After EC2 Deployment with Nginx

2024-09-01 Thread Jayesh Bafna
Look into whitenoise if you want to serve it from ec2 / Django-storages if from s3+ CloudFront directly. If you're using docker you might need to mount the staticfiles path on the container. On Thu, 29 Aug 2024, 22:05 Kiran Barai, wrote: > Hello everyone, > > >1. I’m having trouble with my

Re: Django Static Files Not Loading After EC2 Deployment with Nginx

2024-08-29 Thread Abdul Qoyyuum Haji Abdul Kadir (Agent Q)
Did you set up your STATIC_ROOT and do collectstatic? How to manage static files (e.g. images, JavaScript, CSS) | Django documentation | Django (djangoproject.com) On Friday 30 August 2024 at 04:06:41 UTC+8 Kiran Barai wrot

Re: Django security releases issued: 5.0.8 and 4.2.15

2024-08-19 Thread Montego King
Thanks On Tue, Aug 6, 2024, 3:35 PM Sarah Boyce wrote: > Details are available on the Django project weblog: > > https://www.djangoproject.com/weblog/2024/aug/06/security-releases/ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To uns

Re: Django Channels: best way to launch multiple workers

2024-08-09 Thread Duane Hilton
Is there any update on this? Do we have any recommendations now on how many workers can run on a server? On Tue, Oct 10, 2017 at 5:00 AM Andrew Godwin wrote: > I don't have enough hard data to give a recommendation, unfortunately. > > Andrew > > On Mon, Oct 9, 2017 at 7:14 PM, Piet van Leeuwen

Re: Django Message Board

2024-07-26 Thread Konstantinos Dimitropoulos
Check geeksforgeeks Le jeu. 25 juil. 2024, 18:23, joey buonocore a écrit : > Hello Everyone! > > I am a django developer looking for a tutorial to create a message board > similar to any communications board you may see online or here for example. > I need it to be able to edit and delete a comm

Re: Django bugfix releases issued: 4.2.12 and 5.0.5

2024-06-10 Thread Joshua Ayanlowo
I'm Joshua from Nigeria. Nice to meet you. On Mon, Jun 10, 2024, 5:24 PM Joseph Aidoo wrote: > Am Joseph from Ghana and i want us to be friends > > On Mon, 10 Jun 2024, 10:24 Joseph Aidoo, > wrote: > >> Hello miss Sarah >> >> On Mon, 6 May 2024, 19:41 Sarah Boyce, >> wrote: >> >>> Details are

Re: Django bugfix releases issued: 4.2.12 and 5.0.5

2024-06-10 Thread Joseph Aidoo
Am Joseph from Ghana and i want us to be friends On Mon, 10 Jun 2024, 10:24 Joseph Aidoo, wrote: > Hello miss Sarah > > On Mon, 6 May 2024, 19:41 Sarah Boyce, > wrote: > >> Details are available on the Django project weblog: >> https://www.djangoproject.com/weblog/2024/may/06/bugfix-releases/ >

Re: Django bugfix releases issued: 4.2.12 and 5.0.5

2024-06-10 Thread Joseph Aidoo
Hello miss Sarah On Mon, 6 May 2024, 19:41 Sarah Boyce, wrote: > Details are available on the Django project weblog: > https://www.djangoproject.com/weblog/2024/may/06/bugfix-releases/ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: Django: Working in models.py and forms.py

2024-06-03 Thread Mupenda Kimpulenge Gaston
Not Found: /blog [03/Jun/2024 09:15:27] "GET /blog HTTP/1.1" 404 2089 Le mercredi 29 mai 2024 à 13:52:57 UTC+2, Faisal Mahmood a écrit : > Well > > In this specific scenario, using a OneToOne field on the profile table to > reference the user table wouldn't be ideal for preventing the current u

Re: Django Admin Shortcuts

2024-05-29 Thread Faisal Mahmood
Hi, First of all Sorry for the late reply😉 Okay👌 let's go... It is generally not recommended to authenticate auto-generated users directly from inspect_db without proper user model fields and permissions. Here's why: - Security Concerns: - AbstractBaseUser and PermissionsMixin provide

Re: Django Admin Shortcuts

2024-05-28 Thread utibe solomon
Hey bro is it possible to authenticate an auto generated user from inspect_db without necessarily having to migrate fields that come with using abstractbaseuser and permissions mixin On Tue, 28 May 2024 at 20:39, Mike Schem wrote: > Hey Faisal, > > Thanks for taking the time to read the PR and

Re: Django Admin Shortcuts

2024-05-28 Thread Faisal Mahmood
█▀ █▀█ █▀█ █░ █▄ █▄█ █▄█ █▄ That's great to hear keep it up. And have a great day ahead. I'm nothing but a student of Django. Hopefully my questions doesn't bother you too much. 😉 🎩 😍 👕👍Great! 👖 And once again thanks a lot🌹 for your hard work. I will be glad if you need any assistance from me in

Re: Django Admin Shortcuts

2024-05-28 Thread Mike Schem
Hey Faisal, Thanks for taking the time to read the PR and provide some feedback. I copied all of your concerns here and responded to them accordingly. Please let me know if you have any further questions! 1. Have you considered including a section in the Django admin documentation that outlines t

Re: Django Admin Shortcuts

2024-05-25 Thread Faisal Mahmood
Hi *Mike Schem, Thank you for reaching out and for your work on adding keyboard shortcuts to the Django admin. This is a valuable feature that can greatly enhance productivity for many users. We appreciate your contribution and the effort you've put into this PR. We have reviewed your pull reques

Re: Django 5.1 alpha 1 released

2024-05-22 Thread Natraj Kavander
Thank you On Wed, May 22, 2024, 10:26 PM Natalia Bidart wrote: > Details are available on the Django project weblog: > > > https://www.djangoproject.com/weblog/2024/may/22/django-51-alpha-1-released/ > > -- > You received this message because you are subscribed to the Google Groups > "Django dev

Re: Django Developer with Prior Experience developing a dialer required

2024-04-05 Thread Abdulrahman Abbas
Hi I'm very much interested to contribute to this project below is my CV On Wed, Apr 3, 2024, 14:11 Abhishek J wrote: > Dear Developers, > > I need to build an android and IOS phone dialer similar to Truecaller. > > We are seeking experienced and dedicated candidates who are proficient in > Dja

Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
We have been using 8000 only but just to avoid this problem we tried 4000 to see whether we can get out of this problem. Basically tested with both 8000 and 4000 so far, but the result is the same. Best Regards, ~Ram On Wednesday, March 6, 2024 at 10:45:39 PM UTC-7 Muhammad Juwaini Abdul Rahma

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Muhammad Juwaini Abdul Rahman
Why do you need to use a non-standard port such as 4000 when deployed on a server? On Thu, 7 Mar 2024 at 13:18, ram.mu...@gmail.com wrote: > Thank you both. I deployed the same site twice on DO droplets without any > issues and the site was running fine for a year, but it stopped working > latel

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Ram
Oops! I don´t know why the format is not rendered properly. Pardon me for pasting it again!. $ ps -ef | grep runserver rmbl 14241414 0 05:02 pts/000:00:00 grep --color=auto runserver --- $ $ sudo nmap -p 4000, 22 > 136.189.5.1 -Pn Starting Nmap 7.94SVN ( https://nmap.org

Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
Thank you both. I deployed the same site twice on DO droplets without any issues and the site was running fine for a year, but it stopped working lately. I did not find any clue so far. 1. Before deployment $ ps -ef | grep runserver rmbl 1424 1414 0 05:02 pts/0 00:00:00 grep --color=auto runs

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Muhammad Juwaini Abdul Rahman
I always follow the following steps to deploy my site on DO. https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu Countless attempts and 0 fail. Maybe you can try this. If you want to keep trying with your way, also no problem. On Thu,

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Mike Dewhirst
On 7/03/2024 3:02 pm, ram.mu...@gmail.com wrote: Hi, Hoping someone can provide some clue on this? I think you'll find most people are reluctant to click on unsolicited web links no matter how innocent they appear to be. Perhaps you can describe the problem, tell us what you have tried and

Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
Hi, Hoping someone can provide some clue on this? Best regards, ~Ram On Tuesday, March 5, 2024 at 1:32:51 AM UTC-7 ram.mu...@gmail.com wrote: > Hi, > > Could someone look at this post and help me understand what is missing? We > think there is no issue in our Django application but Digital Oce

Re: Django security releases issued: 5.0.3, 4.2.11, and 3.2.25

2024-03-04 Thread Ayoub ANSAIR
Thank you ! Le lun. 4 mars 2024 à 09:58, Mariusz Felisiak a écrit : > Details are available on the Django project weblog: > > https://www.djangoproject.com/weblog/2024/mar/04/security-releases/ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" gr

Re: Django and matplotlib

2024-03-02 Thread Janet Anastacia
Kindly share steps and sample code of how to integrate Django and matplotlib in order to draw a pie chart. On Thu, Feb 29, 2024, 10:32 PM Eduardo Barbachan < eduardobarbacha...@gmail.com> wrote: > I believe that you will have to translate your postgres db to a mssql > schema, perform the mapping

Re: Django Boston Reboot

2024-02-07 Thread Peter Pan
Okay Thanks From Austria! Best Regards Peter Pan Dave Nguyen schrieb am Mi., 7. Feb. 2024, 23:25: > Hello. > > For those in the Boston area, we are rebooting the Django Boston Meetup > group and will be having an in-person meetup next Thursday in Kendall > Square. We have an excellent speaker a

Re: Django Flutterwave Payment issues

2024-02-03 Thread Sunday Ajayi
Hi If you are still having the challenge, we could schedule a call via meets and review your code . Sounds cool ? Regards *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sat, Feb 3, 2024 at 10:14 PM Space1 Technology wrote: > I have issues trying to settup an api endpoint in

Re: Django tenants schema with database cluster

2024-02-03 Thread Nagaraja
Can you tell me.. what's the issue you are facing with database routing? On Tue, 30 Jan, 2024, 6:31 am Husbas, wrote: > We are running a Saas with django-tenants and AWS aurora. > However, for AWS aurora and django, we need to implement a DB Router to > read from read replica and write to master

Re: Django Flutterwave Payment issues

2024-02-03 Thread Space1 Technology
I have issues trying to settup an api endpoint in my Django DRF server using Flutterwave by calling their Api in my view function. When I wrote my code and tested it with Postman client I got payment failed error. I believe I set everything well but I don’t know why am getting the error. This is my

Re: Django + Next.js

2024-02-02 Thread Israel Akinoso
Thank you very much I saw this earlier as well. On Friday, February 2, 2024 at 1:35:40 AM UTC Milad wrote: > Have you seen this one > > https://www.youtube.com/watch?v=2pZmxh8Tf78 > > Very good course. Not very detailed on the frontend side though > > On Wednesday, January 31, 2024 at 10:45:42 P

Re: Django + Next.js

2024-02-01 Thread Milad
Have you seen this one https://www.youtube.com/watch?v=2pZmxh8Tf78 Very good course. Not very detailed on the frontend side though On Wednesday, January 31, 2024 at 10:45:42 PM UTC-5 Israel Akinoso wrote: > Please has anyone implemented authentication with Django backend and > Next.js' App Ro

Re: Django + Next.js

2024-02-01 Thread Mordecai Etukudo
Have you read about next auth On Thu, Feb 1, 2024, 4:46 AM Israel Akinoso wrote: > Please has anyone implemented authentication with Django backend and > Next.js' App Router. Even a guide or existing article about it would be > very helpful. All the articles online still use the Pages Router > >

Re: Django to WordPress without api?

2024-02-01 Thread Mordecai Etukudo
Make and API with it get the endpoint and call the API on you WordPress template one way On Thu, Feb 1, 2024, 7:21 PM Luciano Martins (luxu) wrote: > Este projeto se assemelha ao Wordpress...wagtail...pesquise sobre ele. > > Em quinta-feira, 1 de fevereiro de 2024 às 14:21:44 UTC-3, Danish Nagor

Re: Django to WordPress without api?

2024-02-01 Thread Luciano Martins (luxu)
Este projeto se assemelha ao Wordpress...wagtail...pesquise sobre ele. Em quinta-feira, 1 de fevereiro de 2024 às 14:21:44 UTC-3, Danish Nagori escreveu: > I have scrapping project which is.develop in django > Now.iwant to integrate to WordPress so how > -- You received this message because y

Re: Django books

2024-01-31 Thread Mordecai Etukudo
Can I get the Link to download Django for API On Wed, Jan 31, 2024, 2:59 PM Goke Aruna wrote: > Yes > > On Tue, 30 Jan 2024, 2:01 am AshiQul Islam Munna, < > ashiq.cse.m...@gmail.com> wrote: > >> Can I get the 'Django for Beginners Build websites with Python and Django >> By William S. Vincent'

Re: Django books

2024-01-31 Thread Goke Aruna
Yes On Tue, 30 Jan 2024, 2:01 am AshiQul Islam Munna, wrote: > Can I get the 'Django for Beginners Build websites with Python and Django > By William S. Vincent' pdf for free? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscr

Re: Django tenants schema with database cluster

2024-01-31 Thread akabokwu chidera
Since it can't work because of the current router of django-tenants scheme Why not work on the current router of django tenants scheme since that is the problem. Then after that we can now implement the use of DB Router I believe that this will help On Tue, 30 Jan 2024, 02:01 Husbas, wrote: > We

Re: Django books

2024-01-31 Thread William Vincent
Hi all, Please don't use the Django users group to share links to pirated copies of my (or anyone else's) work. Book authors don't make much money in the scheme of things, and creating/maintaining these works requires a lot of effort. -Will On Tuesday, January 30, 2024 at 6:40:57 PM UTC-5 Mar

Re: Django books

2024-01-30 Thread Marcelo Robin
https://dokumen.pub/qdownload/django-for-beginners-build-websites-with-python-and-django-1st-edition-1983172669-9781983172663.html El lun, 29 ene 2024 a la(s) 10:01 p.m., AshiQul Islam Munna ( ashiq.cse.m...@gmail.com) escribió: > Can I get the 'Django for Beginners Build websites with Python and

Re: Django Channels and multi-tenant will this be a world of hurt?

2024-01-27 Thread David Emanuel Sandoval
Just like the one they posted, but with a few minor changes: async def __call__(self, scope, receive, send): and: return await self.inner( dict(scope, schema_name=schema_name, multitenant=True), receive, send ) Also, check if AuthMiddleware is using the channels.auth.get_user() function within

Re: Django Channels and multi-tenant will this be a world of hurt?

2024-01-27 Thread David Emanuel Sandoval
To identify the tenant i used a middleware that extract the tenant from the domain. El sáb, 27 ene 2024, 10:28, Nagaraja escribió: > Y cnt u use pusher instead of channels > > On Sat, 27 Jan, 2024, 4:40 pm 'Sebastián García' via Django users, < > django-users@googlegroups.com> wrote: > >> Hi, I'

Re: Django Channels and multi-tenant will this be a world of hurt?

2024-01-27 Thread Nagaraja
Y cnt u use pusher instead of channels On Sat, 27 Jan, 2024, 4:40 pm 'Sebastián García' via Django users, < django-users@googlegroups.com> wrote: > Hi, I'm reviving this old thread... do you know of any other solution to > the one proposed by @Ahmed Ishtiaque > > Thanks > El domingo, 24 de febrer

Re: Django Channels and multi-tenant will this be a world of hurt?

2024-01-27 Thread 'Sebastián García' via Django users
Hi, I'm reviving this old thread... do you know of any other solution to the one proposed by @Ahmed Ishtiaque Thanks El domingo, 24 de febrero de 2019 a la(s) 9:13:30 p.m. UTC-3, Ahmed Ishtiaque escribió: > @N Muchai, > > I don't know if you've found a workaround to this, but here's mine if >

Re: Django Playing with API

2024-01-02 Thread Habibu Yasin
hi Ryan, thank you for responding , but I did find the solution was a typo I did misspell the something in the code On Tuesday, January 2, 2024 at 10:22:54 PM UTC+3 Ryan Nowakowski wrote: > Show your code > > > On December 31, 2023 7:35:52 AM CST, Habibu Yasin > wrote: > >> hi every one, >>

Re: Django 5.0

2023-12-14 Thread Ruby
Consider reading the release notes On Wed, Dec 13, 2023 at 6:18 PM Pete Doherty wrote: > Not yet, but database generated model fields > > look pretty compell

Re: Django 5.0

2023-12-13 Thread Pete Doherty
Not yet, but database generated model fields look pretty compelling! On Wednesday, December 13, 2023 at 9:15:21 AM UTC-5 attah paul wrote: > any review on the Django from you guys -- You received this messag

Re: Django 4.2, PyPy and Postgres

2023-12-12 Thread Jason
sweet, glad this worked out, and hope the initial promise continues to hold true. On Tuesday, December 12, 2023 at 12:58:11 PM UTC-5 Pete Doherty wrote: > Interestingly, I can confirm that using Psycopg 3 *does *seem to work. I > only got it working a few minutes ago, so it has not been thoroug

Re: Django 4.2, PyPy and Postgres

2023-12-12 Thread Pete Doherty
Interestingly, I can confirm that using Psycopg 3 *does *seem to work. I only got it working a few minutes ago, so it has not been thoroughly tested but my test suite passes, which is very encouraging. Thanks for the nudge, Jason. On Tuesday, December 12, 2023 at 10:51:29 AM UTC-5 Pete Doherty

Re: Django 4.2, PyPy and Postgres

2023-12-12 Thread Pete Doherty
I did try using psycopg2-binary and the app wouldn't start. I'll have to revisit to find what that exact error was. That's a good suggestion, though, as I did not try with the Python (i.e. non-binary) package. Anyways, the consensus after a quick web search seemed to be to use psycopg2cffi whe

Re: Django 4.2, PyPy and Postgres

2023-12-11 Thread Jason
the last release of psycopg2cffi was January 2021 pypy support for 3.10 came out Dec 2022 Is there a reason you're on psycopg2cffi? have you tried with regular psycopg2? On Monday, December 11, 2023 at 3:19:11 PM UTC-5 Pete Doherty wrote: > I'm wondering if anyone is using Django 4.2, PyPy 3.

Re: Django-4.2.8, django-crispy-forms-2.1, checkboxes not return a list

2023-12-09 Thread Vincenzo Celano
Ciao I think the problem is in the NAME of the checkbox. 4 checkbox with same name, the form will consider only the last one. I think, if you check for example 1 and x you will get: 'not_willing_to_judge: 'x''. Try to rename checkbox: not_willing_to_judge_1, not_willing_to_judge_2, not_willing_to_

Re: Django Rest framework

2023-11-18 Thread utibe solomon
It has to do with cors headers you don't have it set so your domain wouldn't share resources with another domain check out django-cors-headers On Mon, Nov 13, 2023, 1:55 PM Denny (Python developer) < denniskinan...@gmail.com> wrote: > i hosted my django application to vercel and am using free pos

Re: Django Rest framework

2023-11-14 Thread OSP PRO
using django-cors-headers On Tue, Nov 14, 2023 at 11:52 AM Akorede Habeebullah wrote: > Try using django-cors-headers. It should work. > You can check it's documentation for how to use it. > > On Tue, Nov 14, 2023, 12:13 AM Lutaaya Jamil > wrote: > >> You can correct me if I am wrong, but ther

Re: Django Rest framework

2023-11-14 Thread Akorede Habeebullah
Try using django-cors-headers. It should work. You can check it's documentation for how to use it. On Tue, Nov 14, 2023, 12:13 AM Lutaaya Jamil wrote: > You can correct me if I am wrong, but there is something to do with > > Cross-Origin Resource Sharing (CORS) in Django which somehow is set to

Re: Django Rest framework

2023-11-13 Thread Lutaaya Jamil
You can correct me if I am wrong, but there is something to do with Cross-Origin Resource Sharing (CORS) in Django which somehow is set to prevent unauthorized domains from accessing information from another domain. So, I suggest if that is the issue, follow the steps that start by installing

Re: Django Rest framework

2023-11-13 Thread Denny (Python developer)
i need assistance on deployment maybe vercel is not working on my side On Monday, November 13, 2023 at 4:19:48 PM UTC+3 Vishesh Mangla wrote: > Use selenium > > On Mon, 13 Nov, 2023, 18:48 Vishesh Mangla, wrote: > >> Don't use postman for gui based login >> >> On Mon, 13 Nov, 2023, 18:25 Denn

Re: Django Rest framework

2023-11-13 Thread Vishesh Mangla
Use selenium On Mon, 13 Nov, 2023, 18:48 Vishesh Mangla, wrote: > Don't use postman for gui based login > > On Mon, 13 Nov, 2023, 18:25 Denny (Python developer), < > denniskinan...@gmail.com> wrote: > >> i think the the error is from vercel itself assist me my tech guys >> >> On Monday, November

Re: Django Rest framework

2023-11-13 Thread Vishesh Mangla
Don't use postman for gui based login On Mon, 13 Nov, 2023, 18:25 Denny (Python developer), < denniskinan...@gmail.com> wrote: > i think the the error is from vercel itself assist me my tech guys > > On Monday, November 13, 2023 at 3:54:29 PM UTC+3 Denny (Python developer) > wrote: > >> i hosted

Re: Django Rest framework

2023-11-13 Thread Denny (Python developer)
i think the the error is from vercel itself assist me my tech guys On Monday, November 13, 2023 at 3:54:29 PM UTC+3 Denny (Python developer) wrote: > i hosted my django application to vercel and am using free postgress > database from railway so when i try to register the user i get an error >

Re: Django and React Integration

2023-11-11 Thread Ansh Varshney
Thanks for replying, But i am not using jinja i am using djoser library for email verification the issue is while sending the reset password request after receiving reset email they are not opening in react On Sat, Nov 11, 2023 at 8:59 PM Travis Pickle wrote: > check your URL in settings, if uns

Re: Django and React Integration

2023-11-11 Thread Travis Pickle
check your URL in settings, if unsure check the jinja file for the email template to see what variables are beening used Travis Pickle On Sat, Nov 11, 2023, 10:19 AM Ansh Varshney wrote: > Hello Everyone i am facing a little issue while integrating django rest > framework along with react i am

Re: Django hosting

2023-10-16 Thread Sebastian Jung
You can view query like list = models object.filter() And then printout list.query Mansour Abdullahi Abdirahman schrieb am Mo., 16. Okt. 2023, 13:13: > We have a DatetimeField in our modal , when we want to filter the month ( > only the month ) we could do something like this: > > *MyModal.obje

Re: Django hosting

2023-10-16 Thread Adriano Machado
Ah, filtering by month using Django's ORM and the `DatetimeField` should generally work with the query you've provided: `MyModel.objects.filter(date_field__month=10)`. However, you mentioned that it's not working as expected. There could be several reasons for this hiccup, so let's explore a few:

Re: Django hosting

2023-10-16 Thread Mansour Abdullahi Abdirahman
Yes the syntax is correct as provided by the documentation of django, but it did not work. Do you have any solution for this? On Mon, 16 Oct 2023 at 14:25, Muhammad Juwaini Abdul Rahman < juwa...@gmail.com> wrote: > Based on django documentation, your syntax is correct. Are you sure that > the f

Re: Django hosting

2023-10-16 Thread Muhammad Juwaini Abdul Rahman
Based on django documentation, your syntax is correct. Are you sure that the field name is correct? On Mon, 16 Oct 2023 at 19:13, Mansour Abdullahi Abdirahman < mansuurtech...@gmail.com> wrote: > We have a DatetimeField in our modal , when we want to filter the month ( > only the month ) we could

Re: Django

2023-10-06 Thread Luciano Martins (luxu)
I'm using the *Vercel *platform in a voluntary project, which already gives you a free database. Search about Em sexta-feira, 6 de outubro de 2023 às 16:16:20 UTC-3, Joyce Mumbi escreveu: > Yes but it is difficult because it's my first time using this tool. > > > > [image: Mailtrack] >

Re: Django

2023-10-06 Thread Joyce Mumbi
Yes but it is difficult because it's my first time using this tool. [image: Mailtrack] Sender notified by Mailtrack

Re: Django

2023-10-06 Thread Muhammed Lawal
Hello, what help do you need? Have you tried following the instructions on the python anywhere website yet? You can follow this Blog post @ https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.geeksforgeeks.org/how-to-deploy-django-project-on-pythonanywhere/amp/&ved=2ahUKE

Re: Django

2023-10-06 Thread Joyce Mumbi
Hello am trying to deploy my django ap using python anywhere please help out [image: Mailtrack] Sender notified by Mailtrack

Re: Django

2023-10-06 Thread Dipak Pawar
Yes you can, but you have to update the app name in apps.py file set the app name as apps.your_app_name and in settings.py file set the apps.your_app_name in installed apps. On Fri, Oct 6, 2023, 18:40 Qayyam Hussain wrote: > Yes > > On Fri, Oct 6, 2023, 6:00 PM kemo njie wrote: > >> Hello, am c

Re: Django

2023-10-06 Thread Qayyam Hussain
Yes On Fri, Oct 6, 2023, 6:00 PM kemo njie wrote: > Hello, am currently a new Django developer, can i put all my django apps > in one folder and name it as apps > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this g

Re: Django version 4.2.5 not path in Windows 10

2023-09-20 Thread Agbeniga Ambali
Follow this link and you will be happy. https://www.youtube.com/watch?v=16i-Gc1Ecuc On Wed, Sep 20, 2023 at 1:38 PM Agbeniga Ambali wrote: > What's the issue you are having after following my suggested solution? > Did you restart after you were done?, Were you able to see the path > specified? I

Re: Django version 4.2.5 not path in Windows 10

2023-09-20 Thread Agbeniga Ambali
What's the issue you are having after following my suggested solution? Did you restart after you were done?, Were you able to see the path specified? If you follow the instruction very well, it should work appropriately. On Tue, Sep 19, 2023 at 11:14 PM Agbeniga Ambali wrote: > If you have not s

Re: Django version 4.2.5 not path in Windows 10

2023-09-19 Thread Agbeniga Ambali
If you have not solved it, I believe this will work. 1. Verify Django Installation: First, make sure that Django is correctly installed on your system. You can do this by opening a command prompt and running the following command: python -m django --version 2. Add Django to the PATH: To access D

Re: Django Resolve Choices Class

2023-08-31 Thread Sebastian Jung
Thank you it is working. Wonderful Andréas Kühne schrieb am Do., 31. Aug. 2023, 20:03: > If you want the string instead of the value, you just use: > entity.get_gender_display() > > Django automatically adds these "magic methods" when you have fields that > have choices. > > You can see this in

Re: Django Resolve Choices Class

2023-08-31 Thread Andréas Kühne
If you want the string instead of the value, you just use: entity.get_gender_display() Django automatically adds these "magic methods" when you have fields that have choices. You can see this in the documentation: https://docs.djangoproject.com/en/4.2/ref/models/fields/#choices Regards, Andréas

Re: Django dynamic multiple databases

2023-08-12 Thread ivan harold
you can check this one out https://docs.djangoproject.com/en/4.2/topics/db/multi-db/ On Saturday, August 12, 2023 at 9:44:08 AM UTC-5 pankaj palmate wrote: > I want to creating saas based application containing one super admin and > rest will be customers where each customer will have their ow

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

Re: Django Deployment.

2023-06-25 Thread David Nugent
Yep I would definitely opt for docker in this case, although it should be possible to use apache+mod_wsgi to do it also, just ... a lot more messy than a container if you already use/have docker (which is easy enough to install on win). Forget IIS for this purpose, it's probably possible but I hon

Re: Django Deployment.

2023-06-24 Thread Steve Liu
Hey Maybe you can use Docker for it? On Sat, Jun 24, 2023 at 6:44 PM Thomas Mutavi wrote: > Hello team, > > Please recommend an article or a tutorial on Django deployment on windows > server 2016 using either IIS or Apache. If you know the whole process you > can also share. > > Thanks > > --

Re: Django rest framework resources

2023-06-10 Thread David Nugent
Direct from the source! https://www.django-rest-framework.org/tutorial/quickstart/ Search on google/youtube for additional classes etc, but the above is always up to date with the framework (things have changed over time), so third-party sites may be a little outdated. The good news is that thing

Re: Django aws deployment doesn't work, please help

2023-06-05 Thread Jishnu Ramachandran
This tutorial will help you to achieve what you are trying. On Mon, Jun 5, 2023 at 2:32 PM Jishnu Ramachandran < jishnuchandrala...@gmail.com> wrote: > https://www.youtube.com/watch?v=Xlp9G137-MI > > On Mon, Jun 5, 2023 at 5:51 AM Makan Dianka > wrote: > >> Do you have an account on aws ? Do you

Re: Django aws deployment doesn't work, please help

2023-06-05 Thread Jishnu Ramachandran
https://www.youtube.com/watch?v=Xlp9G137-MI On Mon, Jun 5, 2023 at 5:51 AM Makan Dianka wrote: > Do you have an account on aws ? Do you have a web server on aws ? > Can you ssh into your server aws ? > > > Le dim. 4 juin 2023, 21:17, Francesco Gariboldi < > fgfrancescogaribol...@gmail.com> a écr

Re: Django aws deployment doesn't work, please help

2023-06-04 Thread Makan Dianka
Do you have an account on aws ? Do you have a web server on aws ? Can you ssh into your server aws ? Le dim. 4 juin 2023, 21:17, Francesco Gariboldi < fgfrancescogaribol...@gmail.com> a écrit : > Hi I developed a simple personal blog with Django and Nginx as a reverse > proxy server and want to

Re: Django inside WSL cannot connect to host database

2023-05-31 Thread DieHardMan 300
Are you set "ALLOWED_HOSTS" in settings.py for "172.21.48.1" ? ในวันที่ วันพุธที่ 31 พฤษภาคม ค.ศ. 2023 เวลา 14 นาฬิกา 38 นาที 48 วินาที UTC+7 Robbi Nespu เขียนว่า: > > Hello, > I am using windows machine to develop django project but now i want to > make my program run on WSL and keep the DB a

Re: Django date time picker

2023-05-29 Thread Sebastian Jung
Solution from Sun abiut is only beginning. Now you must insert in html code that you import a javascript datetime picker and activate it on all fields with class datepicker sum abiut schrieb am Mo., 29. Mai 2023, 23:35: > You can use model forms and do something like this: > 1) create your model

Re: Django BS elements layout

2023-05-29 Thread ALBERT ASHABA AHEEBWA
This is a CSS issue. Here is a solution for you. Bootstrap 5 Password Must be 8-20 characters long. Edit accordingly. Best Regards, Albert On Mon, 29 May 2023, 19:43 Sebastian Jung, wrote: > I don't think that this is a django relevant thing >

Re: Django date time picker

2023-05-29 Thread sum abiut
You can use model forms and do something like this: 1) create your model. for instance class DatePickerModel(models.Model): start_date = models.DateTimeField() end_date = models.DateTimeField() 2) create your form # setup date picker start class DateInput(forms.DateInput): input_type

Re: Django date time picker

2023-05-29 Thread Bhuvnesh Sharma
You can also use https://github.com/monim67/django-bootstrap-datepicker-plus It is really good and easy to integrate. On Mon, May 29, 2023, 10:48 PM Larry Martell wrote: > On Mon, May 29, 2023 at 1:14 PM Thomas Mutavi > wrote: > > > > Hello, how can i implement a form with several date fields

Re: Django date time picker

2023-05-29 Thread Larry Martell
On Mon, May 29, 2023 at 1:14 PM Thomas Mutavi wrote: > > Hello, how can i implement a form with several date fields which have date > and time picker in django? You can use the jQuery UI datetimepicker. -- You received this message because you are subscribed to the Google Groups "Django user

  1   2   3   4   5   6   7   8   9   10   >