Re: Help on Email Sending with the Gmail SMTP server.

2024-12-05 Thread Luis Zárate
Do you configure the "*Less secure app access*" in your gmail account? https://mailtrap.io/blog/gmail-smtp/ El jue, 5 dic 2024 a las 9:52, George Joseph () escribió: > Hi, Try by creating app password from your g-suite. Thanks and regards. > > > On Thursday, October 31, 2024 at 6:48:46 PM UTC+5

Re: Help on Email Sending with the Gmail SMTP server.

2024-12-05 Thread George Joseph
Hi, Try by creating app password from your g-suite. Thanks and regards. On Thursday, October 31, 2024 at 6:48:46 PM UTC+5:30 ALINDA Fortunate wrote: > Hello Team, I am requesting for assistance on how to send email using > Django by the Gmail SMTP server, I have set up the app configured the

Re: Help me to Create This Django Project -

2024-11-18 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi Zainab, Don't ask to ask but just ask. Here's a good reference when asking for help: How do I ask a good question? - Help Center - Stack Overflow Please keep in mind that homework is designed to help you get better as a programmer. Learn how to use t

Re: Help me to Create This Django Project -

2024-11-16 Thread Ali Mohammadnia
How? On Sat, 16 Nov 2024, 18:32 Zainab Turkey, wrote: > Hi i am student i have homework can you help me pls??? > > في جمعة، 15 تشرين الثاني، 2024 في 6:51 م، كتب Mohamed >: > >> Ha okay thanks a lot for the information. wondering if you have any >> interesting projects >> >> Le jeu. 14 nov. 2024

Re: Help me to Create This Django Project -

2024-11-16 Thread Zainab Turkey
Hi i am student i have homework can you help me pls??? في جمعة، 15 تشرين الثاني، 2024 في 6:51 م، كتب Mohamed : > Ha okay thanks a lot for the information. wondering if you have any > interesting projects > > Le jeu. 14 nov. 2024, 14:43, Anthony Flury a > écrit : > >> Sorry to be clear - I meant

Re: Help me to Create This Django Project -

2024-11-15 Thread Mohamed
Ha okay thanks a lot for the information. wondering if you have any interesting projects Le jeu. 14 nov. 2024, 14:43, Anthony Flury a écrit : > Sorry to be clear - I meant to write : > > The fact that not only the objective but also key parts of the design are > done (only two tables) is another

Re: Help me to Create This Django Project -

2024-11-14 Thread June Nkwenge
Hey, How much are you paying for this project, and when do you need it by? June. On Wed, Nov 13, 2024 at 11:21 PM Suraj Naithani wrote: > * Credit Bureau Update with Algorithm and Dynamic Question Pop-up - * > > * Objective * > We are building a credit bureau update system, and we are looking

Re: Help me to Create This Django Project -

2024-11-14 Thread Anthony Flury
Sorry to be clear - I meant to write : The fact that not only the objective but also key parts of the design are done (only two tables) is another clue that this is NOT a real world request from a paying customer. In my experience real customers don’t tell the developer about the internal design,

Re: Help me to Create This Django Project -

2024-11-14 Thread Nawab Alam Sohel
I need one developer who make betting website Real life API working on my website Please experience person contact me On Thu, Nov 14, 2024, 2:00 PM Luciano Martins (luxu) wrote: > chatGPT guys. > > Em quarta-feira, 13 de novembro de 2024 às 17:21:50 UTC-3, Suraj Naithani > escreveu: > >> * Cred

Re: Help me to Create This Django Project -

2024-11-14 Thread Morteza Mn
True. On Thu, Nov 14, 2024 at 11:37 AM Abdul Qoyyuum Haji Abdul Kadir < abdul.qoyy...@gmail.com> wrote: > Hi Luciano, > > Try not to rely on AI to do the coding for you. That's not how we stay > relevant or be better than AI. > > On Thu, 14 Nov 2024 at 16:00, Luciano Martins (luxu) > wrote: > >>

Re: Help me to Create This Django Project -

2024-11-14 Thread Anthony Flury
Sorry, But this feels very homework like to me. a real credit bureau would be far more complex with a lot of secure B2B interfaces to companies such as banks and other organisations. The fact that not only the objective but also key parts of the design are done (only two tables) is another clue t

Re: Help me to Create This Django Project -

2024-11-14 Thread Luciano Martins (luxu)
chatGPT guys. Em quarta-feira, 13 de novembro de 2024 às 17:21:50 UTC-3, Suraj Naithani escreveu: > * Credit Bureau Update with Algorithm and Dynamic Question Pop-up - * > > * Objective * > We are building a credit bureau update system, and we are looking for a > Python/Django developer to imp

Re: Help me to Create This Django Project -

2024-11-14 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi Luciano, Try not to rely on AI to do the coding for you. That's not how we stay relevant or be better than AI. On Thu, 14 Nov 2024 at 16:00, Luciano Martins (luxu) wrote: > chatGPT guys. > > Em quarta-feira, 13 de novembro de 2024 às 17:21:50 UTC-3, Suraj Naithani > escreveu: > >> * Credit

Re: Help serving media files on render

2024-11-05 Thread Deepak kumar
Hello Sir, Greetings from DRP IT Services. 🌹 We are providing various digital solutions on one platform ( IT - All Rounder ). 💐 We are experts in - * Website ( Static and Dynamic ) * App (android/iOS) * Search Engine Optimization ( on page / Off page ) * Search Engine Marketing Ads( google, yout

Re: Help serving media files on render

2024-11-04 Thread Adisa Habeebulah
I experienced this recently, try using Idrive On Fri, Nov 1, 2024, 1:41 PM ASAMOAH EMMANUEL wrote: > Hi All, > I need help serving media files on render. I already serve static files > with whitenoise. > I am able to upload media files but cannot serve them. I get file not > found. > If it is no

Re: Help serving media files on render

2024-11-03 Thread Wekesa Sammy Barasa
Hi, It is important to separate the media files from your application file system in production for security purposes. You cannot trust your users' input files and therefore you should not be bundled with your application files. So in production, you should use file storage systems provided by

Re: Help serving media files on render

2024-11-01 Thread RANGA BHARATH JINKA
Hi, You can use cloudinary or Firestore storage bucket to store media files. Thanks On Fri, 1 Nov, 2024, 6:11 pm ASAMOAH EMMANUEL, wrote: > Hi All, > I need help serving media files on render. I already serve static files > with whitenoise. > I am able to upload media files but cannot serve th

Re: Help on Email Sending with the Gmail SMTP server.

2024-11-01 Thread ALINDA Fortunate
Hello friends I am using it for development and learning purposes. I had earlier on used SendGrid on a production environment. For now I am on my way mastering Django and I appreciate the feedback from each one of you. When I cross over to production I will be leveraging on some recommendations

Re: Help on Email Sending with the Gmail SMTP server.

2024-10-31 Thread Sadiq Cp
Hi Alinda, So you are using smtplib for email. From my experience on working with smtplib, its a good choice for testing mail during development phase. But in production, it takes a long time. Try choosing WEB3forms. Its easy to implement and better in production. Thanks.. On Thu, 31 Oct 20

Re: Help on Email Sending with the Gmail SMTP server.

2024-10-31 Thread Reddy Tintaya
Isn’t it a risky way? Especially if you are just starting and don’t know too much about security. I would use MailChimp or any other service that can send the emails. https://testdriven.io/blog/django-mailchimp/ Integrating Mailchimp with Django testdriven.io Regards Reddy Tintaya > On 31 Oct

Re: Help on Email Sending with the Gmail SMTP server.

2024-10-31 Thread ALINDA Fortunate
Thanks so much Team, it has finally worked, I created a secure app and it worked perfectly. Thank you I am humbled for you guidance. +256774339676 "If you want to live a happy life, tie it to a goal, not to people or things." A graduate of Bachelors Degree of Science in Computer Science of Gulu

Re: Help on Email Sending with the Gmail SMTP server.

2024-10-31 Thread Sang
I assume you need to enable IMAP and POP settings. I haven't tried it for a while, this is for paid gsuite workspace emails https://support.google.com/a/answer/9003945?hl=en Have you configured it the setting for your Gmail to use third party apps?? On Thu, Oct 31, 2024, 18:48 ALINDA Fortunate w

Re: Help on Email Sending with the Gmail SMTP server.

2024-10-31 Thread Pablo Riquelme
To use Gmail with user and password you need to enable "Insecure apps" in your Gmail account, I don't remember if this setting gives you an specific password different from your normal login or not, but I don't recommend using Gmail as SMTP because it can flag your account as spam and block it, I u

Re: Help on Email Sending with the Gmail SMTP server.

2024-10-31 Thread Nathaniel Anania
Hi Alinda, With Google, you have to create a special app password don't use password of your email . follow this guide to create app password How To create App Password . Regards, Nathaniel Anania On Thu, Oct 31, 2

Re: Help with Python Django Chat

2024-08-14 Thread Opeoluwa Akinuliola
obviously chat gpt lol On Monday, August 5, 2024 at 1:48:19 PM UTC+1 massimo burlando wrote: > I think you used ChatGPT right? > > On Friday, August 2, 2024 at 3:59:02 PM UTC+2 Tarantula “Menace” wrote: > >> how can one run this code? >> >> On Monday 29 July 2024 at 21:48:36 UTC+2 joey buonocore

Re: Help with Python Django Chat

2024-08-05 Thread massimo burlando
I think you used ChatGPT right? On Friday, August 2, 2024 at 3:59:02 PM UTC+2 Tarantula “Menace” wrote: > how can one run this code? > > On Monday 29 July 2024 at 21:48:36 UTC+2 joey buonocore wrote: > >> Hello everyone! I'm currently developing an app which users can chat with >> eachother on,

Re: Help with Python Django Chat

2024-08-02 Thread Tarantula “Menace”
how can one run this code? On Monday 29 July 2024 at 21:48:36 UTC+2 joey buonocore wrote: > Hello everyone! I'm currently developing an app which users can chat with > eachother on, currently it has a delete feature where you can delete > comments you've created, and currently I need to add a b

Re: Help deciding ORM VS raw SQL trade-off in Complex scenario

2024-07-27 Thread Krishnakant Mane
Talking about Ninja. I am actually trying to figure out how I can distribute my crud APIs in seperate python modules (one per model ) and make a package in my app. Then How all the routs can be imported in the project urls.py at once. Any suggestions? Regards. On 7/14/24 21:35, Sam Brown wr

Re: Help deciding ORM VS raw SQL trade-off in Complex scenario

2024-07-14 Thread ReynardSec
Hello, On Sunday 14 July 2024 at 09:03:38 UTC+2 eric paul wrote: In whatever way possible use the Django ORM for security purposes and also efficiency . Offtopic: There are certain issues worth keeping in mind, even if you are using an ORM: https://www.elttam.com/blog/plormbing-your-django-orm

Re: Help deciding ORM VS raw SQL trade-off in Complex scenario

2024-07-14 Thread eric paul
According to your scenario an accounting system is a more complex system that requires high performance. It can be written in any language but as the system grows some programming languages will experience performance issues python being one of them take a case like Dropbox which was originally wri

Re: Help deciding ORM VS raw SQL trade-off in Complex scenario

2024-07-14 Thread Singhal._.paras
Bro , Just go for it ! On Sun, 14 Jul, 2024, 22:58 Krishnakant Mane, wrote: > I am looking into ninja too. > > I guess I may be able to use SQLAlchemy seamlessly with it. > > Regards. > On 7/14/24 21:35, Sam Brown wrote: > > Im sure there are performance metrics out there to prove the ORM will n

Re: Help deciding ORM VS raw SQL trade-off in Complex scenario

2024-07-14 Thread Krishnakant Mane
I am looking into ninja too. I guess I may be able to use SQLAlchemy seamlessly with it. Regards. On 7/14/24 21:35, Sam Brown wrote: Im sure there are performance metrics out there to prove the ORM will not be the bottleneck. But I’ve never seen it slow things down when I’ve employed a timer

Re: Help deciding ORM VS raw SQL trade-off in Complex scenario

2024-07-14 Thread Gulshan Yadav
If you use ORM QUERY THEN IT IS VERY EASY TO SOLVE THIS ONE BY USING FOREIGN KEY OR MANY TO MANY RELATIONSHIP AND WHEN IF USER NOT RAGISTER THEN WE NEED TO ADD NON RAGISTER USER UNIQUE KEY FOR IDENTIFICATION AND AMOUNT WHICH ONE TAKE RECIEVE THE MONEY STORED IDENTIFICATION KEY IN PAYMENT TABLE AND

Re: Help deciding ORM VS raw SQL trade-off in Complex scenario

2024-07-14 Thread Sam Brown
Im sure there are performance metrics out there to prove the ORM will not be the bottleneck. But I’ve never seen it slow things down when I’ve employed a timer on operation Also, ive recently ran into some of the limitations of drf and am looking into moving to an api that can be less coupled with

Re: Help deciding ORM VS raw SQL trade-off in Complex scenario

2024-07-14 Thread eric paul
In whatever way possible use the Django ORM for security purposes and also efficiency . I won't recommend to use Raw queries if you don't know what you are doing On Sun, Jul 14, 2024, 7:34 AM Enock Deghost wrote: > 🙄 > > On Sun, 14 Jul 2024, 6:15 am Krishnakant Mane, > wrote: > >> Hello. >> >>

Re: Help deciding ORM VS raw SQL trade-off in Complex scenario

2024-07-13 Thread Enock Deghost
🙄 On Sun, 14 Jul 2024, 6:15 am Krishnakant Mane, wrote: > Hello. > > I am seasoned SQLAlchemy user and quite good in node's sequelise ORM. > > But I am new to the one with Django.So here's my situation. > > I am developing an accounting (book keeping ) automation software service. > > So there a

Re: Help deploying to vercel

2024-06-23 Thread ASAMOAH EMMANUEL
No, you put all the management command you'll need in a build.sh file. so you can put say: python manage.py migrate and so on. On Sun, Jun 23, 2024 at 8:24 PM Gabriel Soler wrote: > Hi, I am curious how do you deploy on a function base system with Django, > when you need to much to access the ma

Re: Help deploying to vercel

2024-06-23 Thread Gabriel Soler
Hi, I am curious how do you deploy on a function base system with Django, when you need to much to access the manage.py? How do you deploy in vercel? Does it have a way to reach the command line? Gabriel On Friday 14 June 2024 at 15:17:34 UTC+2 Augusto Domingos wrote: > Hey, sorry for the late

Re: Help deploying to vercel

2024-06-14 Thread Augusto Domingos
Hey, sorry for the late reply, I had just gone to bed at that time Weird error... Try specifying the version of django-allauth in your requirements file, then redeploy. Also, please check your Vercel logs carefully, or you can try to install the library in a package like this: pip install d

Re: Help deploying to vercel

2024-06-13 Thread ASAMOAH EMMANUEL
requirements.txt arrow==1.3.0 asgiref==3.8.1 binaryornot==0.4.4 certifi==2024.6.2 cffi==1.16.0 chardet==5.2.0 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 cookiecutter==2.6.0 crispy-tailwind==1.0.3 cryptography==42.0.7 defusedxml==0.7.1 Django==4.2.5 django-allauth django-browser-reload=

Re: Help deploying to vercel

2024-06-13 Thread Augusto Domingos
Looks there's a problem with your module "allauth", have you installed that in your Vercel environment? Try to install that, certify that your vercel.json file have some rules to install your python requirements.txt If have some another question, please, let me know, I will try to help you. -

Re: Help on Creating a Superuser account on render.

2024-04-11 Thread ALINDA Fortunate
Thanks so much for your assistance indeed the issue was I had failed to visualise my data on railway since I am using an external database. A friend helped understand that and now I am able to access my admin panel. Thanks everyone. On Wed, 10 Apr 2024, 19:59 Luis Zárate, wrote: > Maybe somethi

Re: Help on Creating a Superuser account on render.

2024-04-10 Thread Luis Zárate
Maybe something like python manage.py shell -c "from django.contrib.auth.hashers import make_password;from django.contrib.auth.models import User; admin = User(username='username', email='exam...@example.com', password=make_password('password'), is_superuser=True,is_staff=True);admin.save()" El

Re: Help on Creating a Superuser account on render.

2024-04-07 Thread ALINDA Fortunate
It's my external database is postgres on railway. Let me try your opinion and I see. On Sat, 6 Apr 2024, 20:33 Aniket Raj Singh, wrote: > So you have used render to host your application, you might have connected > an external database (postgreSQL or any other) you might have used the > environ

Re: Help on Creating a Superuser account on render.

2024-04-06 Thread Aniket Raj Singh
So you have used render to host your application, you might have connected an external database (postgreSQL or any other) you might have used the environment setup to set the database up with the postgreSQL hosted either on render itself or on a different server, just connect the database with

Re: Help on Django_allauth Login Page

2024-03-08 Thread ALINDA Fortunate
Thank you for your response, okay let me try it On Fri, Mar 8, 2024 at 5:48 PM Muhammad Juwaini Abdul Rahman < juwa...@gmail.com> wrote: > It's part of LoginForm in django_allauth: > https://github.com/pennersr/django-allauth/blob/main/allauth/account/forms.py#L146 > > You can subclass LoginForm

Re: Help on Django_allauth Login Page

2024-03-08 Thread Muhammad Juwaini Abdul Rahman
It's part of LoginForm in django_allauth: https://github.com/pennersr/django-allauth/blob/main/allauth/account/forms.py#L146 You can subclass LoginForm and omit that part. On Fri, 8 Mar 2024 at 22:34, ALINDA Fortunate wrote: > Hello colleagues, I have the following code for my login page using

Re: Help with DRF error

2023-12-16 Thread Larry Martell
On Sat, Dec 16, 2023 at 1:10 PM Reddy Tintaya wrote: > Can't you just use > workitem = serializers.PrimaryKeyRelatedField( > queryset=WorkItem.objects.all()) > instead of workitem_id? > No because workitem_id is what is sent in the request. > > On Sat, Dec 16, 2023 at 10:00 AM Larry Martel

Re: Help with DRF error

2023-12-16 Thread Reddy Tintaya
Can't you just use workitem = serializers.PrimaryKeyRelatedField( queryset=WorkItem.objects.all()) instead of workitem_id? On Sat, Dec 16, 2023 at 10:00 AM Larry Martell wrote: > I have a DRF API. It is throwing an error that I have not been able to fix. > > Here is my view and serializer: >

Re: help me

2023-09-25 Thread Migui Galan
you can try exploring vercel. they can host django website. other than that, try pythonanywhere. best site for hosting django On Sun, Sep 24, 2023 at 9:52 AM FIRDOUS BHAT wrote: > https://blog.back4app.com/top-10-heroku-alternatives/ > > > > > On Sun, Sep 24, 2023 at 12:14 AM Akoo Rahimi > wrot

Re: help me

2023-09-23 Thread FIRDOUS BHAT
https://blog.back4app.com/top-10-heroku-alternatives/ On Sun, Sep 24, 2023 at 12:14 AM Akoo Rahimi wrote: > Hello friends > > Can you introduce me some sites similar to Heroku? > > I just started Django and I want to test my projects on the global server. > > -- > You received this message be

Re: help me

2023-09-23 Thread ASAMOAH EMMANUEL
Try fly.io On Sat, Sep 23, 2023 at 7:17 PM ALINDA Fortunate wrote: > You can as well try render > > +256774339676 > > "If you want to live a happy life, tie it to a goal, not to people or > things." > > A graduate of Bachelors Degree of Science in Computer Science of Gulu > University. > > @For

Re: help me

2023-09-23 Thread ALINDA Fortunate
You can as well try render +256774339676 "If you want to live a happy life, tie it to a goal, not to people or things." A graduate of Bachelors Degree of Science in Computer Science of Gulu University. @FortunateAlinda Passionate about Python Development And Computer related Dynamics On Sat,

Re: help me

2023-09-23 Thread Miracle
Kindly use this link https://www.makeuseof.com/heroku-alternatives-free-full-stack-hosting/ On Sat, 23 Sept 2023, 7:44 pm Akoo Rahimi, wrote: > Hello friends > > Can you introduce me some sites similar to Heroku? > > I just started Django and I want to test my projects on the global server. > >

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread Peter Benjamin Ani
Where are you hosting? On Thu, 24 Aug 2023 at 22:37, ALINDA Fortunate wrote: > Hello family some help i have this error > > Aug 25 12:28:30 AM ImportError: Couldn't import Django. Are you sure it's > installed and available on your PYTHONPATH environment variable? Did you > forget to activate a

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread ivan harold
Try following these https://www.freecodecamp.org/news/deploying-a-django-app-to-render/ On Friday, August 25, 2023 at 9:00:08 PM UTC+8 Abdulrahman Abbas wrote: > Are you using virtual environment? > > On Thu, Aug 24, 2023, 22:37 ALINDA Fortunate > wrote: > >> Hello family some help i have this

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread ivan harold
https://www.freecodecamp.org/news/deploying-a-django-app-to-render/ On Friday, August 25, 2023 at 9:00:08 PM UTC+8 Abdulrahman Abbas wrote: > Are you using virtual environment? > > On Thu, Aug 24, 2023, 22:37 ALINDA Fortunate > wrote: > >> Hello family some help i have this error >> >> Aug 25 1

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread Abdulrahman Abbas
Are you using virtual environment? On Thu, Aug 24, 2023, 22:37 ALINDA Fortunate wrote: > Hello family some help i have this error > > Aug 25 12:28:30 AM ImportError: Couldn't import Django. Are you sure it's > installed and available on your PYTHONPATH environment variable? Did you > forget to

Re: Help on Django + Plotly integration

2023-03-24 Thread Jd Mehra
Create a view that will generate the Plotly chart. In the view, you can use the Plotly library to create a chart object and return it as an HTML div string. Here is an example view: from django.shortcuts import render import plotly.graph_objs as go import plotly.offline as opy from django.http

Re: Help in django. I want to upload files

2023-03-24 Thread Jd Mehra
yeah, Ryan's comment definitely makes sense On Thursday, 23 March 2023 at 20:22:17 UTC+5:30 Ryan Nowakowski wrote: > Your field is called e_resource with an underscore but you're trying to > reference it using a dash. > > > On March 22, 2023 11:40:00 PM CDT, Shubhi Pandey > wrote: >> >> the er

Re: Help on Django + Plotly integration

2023-03-23 Thread Praveen Kumar
Hello Kasper, I have followed following link to get portly chart: https://hackmamba.io/blog/2022/03/quickly-create-interactive-charts-in-django/ But I'm not getting end result. Please find below the structure that I have made. Please let me know if I'm missing anything. [image: Screenshot 2023

Re: Help on Django + Plotly integration

2023-03-22 Thread 'Kasper Laudrup' via Django users
On 22/03/2023 15.29, Praveen Kumar wrote: Hi Team, I need help in implementing Plotly with Django for interactive dashboards. Please suggest. Try following this: https://googlethatforyou.com?q=plotly%20django Kind regards, Kasper Laudrup -- You received this message because you are subsc

Re: Help with understanding django-oscar

2022-11-21 Thread Sebastian Jung
Hey, I implement my needs not directly in oscar dashboard. I implement it my views in my normal frontend views then make new Dashboard menu entry in settings.py and from my view a button back to dashboard if i am staff user... Regards Leslie Taffe schrieb am Di., 22. Nov. 2022, 02:03: > Hey I

Re: Help with understanding django-oscar

2022-11-21 Thread Leslie Taffe
Hey I took a look at the sample project and I'm already familiar with it what I need is some more examples of how to add apps to the dashboard config file ive read the docs a lot I'm just not clear on how to implement it On Mon, Nov 21, 2022, 6:39 PM Sebastian Jung wrote: > Hello Leslie, > > I a

Re: Help with understanding django-oscar

2022-11-21 Thread Sebastian Jung
Here are sanbox project with i have start https://github.com/django-oscar/django-oscar/tree/master/sandbox Good luck. On beginning absolut chaos because many things are not so as you know. For example show in apps.py this is absokut different as i know with urls.py. Or that models.py connects to

Re: Help with understanding django-oscar

2022-11-21 Thread Sebastian Jung
Hello Leslie, I am know many things in django oscar. Please ask if yoz have questions. Regards Leslie Taffe schrieb am Di., 22. Nov. 2022, 00:30: > Hey so i'm a new dev looking into utilizing Oscar but a lot of things in > the doc aren't clear to me if anyone would be willing to just show me a

Re: help for django project

2022-10-30 Thread 'Kasper Laudrup' via Django users
Change line 37 of your frobnicater.py file from using int to string. Alternatively, if that doesn't work, consider asking a question that someone can actually answer. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Help

2022-09-28 Thread Balogun Awwal
Can you send your number On Wednesday, September 28, 2022, ASAMOAH EMMANUEL < emmanuelasamoah...@gmail.com> wrote: > Hi! I'm willing to help you. Message me privately for the resources. > > On Wed, Sep 28, 2022 at 1:02 AM Abdul Qoyyuum Haji Abdul Kadir < > abdul.qoyy...@gmail.com> wrote: > >> Tha

Re: Help

2022-09-28 Thread ASAMOAH EMMANUEL
Hi! I'm willing to help you. Message me privately for the resources. On Wed, Sep 28, 2022 at 1:02 AM Abdul Qoyyuum Haji Abdul Kadir < abdul.qoyy...@gmail.com> wrote: > That Udemy link is no longer valid. > > The Django official docs has a tutorial and is more relevant to the latest > version vers

Re: Help

2022-09-27 Thread Abdul Qoyyuum Haji Abdul Kadir
That Udemy link is no longer valid. The Django official docs has a tutorial and is more relevant to the latest version versus older YouTube videos. https://docs.djangoproject.com/en/4.1/ Abdul Qoyyuum Bin Haji Abdul Kadir HP: +673 720 8043 about.me/qoyyuum On Tue, Sep 27, 2022, 10:41 PM peteru

Re: Help

2022-09-27 Thread peteru mimo
https://freetutsdownload.com/?s=django download free django tutorial here also On Tue, Sep 27, 2022 at 11:33 AM peteru mimo wrote: > Good morning > > Check the > https://www.udemy.com/course/draft/3427466/learn/lecture/21717840?start=15#overview > is free on udemy > > Regard > > On Mon, Sep 26,

Re: Help

2022-09-27 Thread peteru mimo
Good morning Check the https://www.udemy.com/course/draft/3427466/learn/lecture/21717840?start=15#overview is free on udemy Regard On Mon, Sep 26, 2022 at 9:11 PM Balogun Awwal wrote: > Hello I just learnt python I’m looking to learn django can you recommend > some tutorials and it will also b

Re: Help

2022-09-27 Thread Maitrey. Thakar.
Hii there see the code with Harry tutorial it will help you 😀 it's in two languages Hindi and and i think English... On Tuesday, September 27, 2022 at 1:41:27 AM UTC+5:30 awwalba...@gmail.com wrote: > Hello I just learnt python I’m looking to learn django can you recommend > some tutorials an

Re: Help

2022-09-27 Thread Sonu
You can learn Django. Click the below link https://www.youtube.com/c/CodeKeen/playlists On Tue, 27 Sept 2022 at 01:41, Balogun Awwal wrote: > Hello I just learnt python I’m looking to learn django can you recommend > some tutorials and it will also be very helpful if I can get a mentor also > p

Re: help on how to deploy django app on railway "

2022-09-15 Thread ola neat
they app is almost complete, i'm only migrating from heroku to railway, it not new app On Thu, Sep 15, 2022 at 10:04 PM Percy Masekwameng < percymasekwameng...@gmail.com> wrote: > Hi I don't know much about deploying, I'm still a newbie > > There is an option to deploy a template, use it to deplo

Re: help on how to deploy django app on railway "

2022-09-15 Thread ola neat
that wat i did before and it still giving me same error, i had to comment it out DATABASES = { "default": dj_database_url.config(default=DATABASE_URL, conn_max_age=1800), } On Thu, Sep 15, 2022 at 9:55 PM Mohammad Anarul wrote: > You can follow the github repo > https://github.com/mohammadanar

Re: help on how to deploy django app on railway "

2022-09-15 Thread Percy Masekwameng
Hi I don't know much about deploying, I'm still a newbie There is an option to deploy a template, use it to deploy a Django template So normally I'd deploy a Django template which railway also create a repository(if you linked your Github), Postgresql database for that template and so clone the r

Re: help on how to deploy django app on railway "

2022-09-15 Thread Mohammad Anarul
You can follow the github repo https://github.com/mohammadanarul/railway-action.git On Fri, Sep 16, 2022, 2:32 AM ola neat wrote: > hallo guys, > so i'm having issue deploying my django on railway but once the deployment > is complete the app crash with this err > > > raise ImproperlyConfigured(

Re: Help on my cart.js file using Django 3.2.15 in python

2022-08-14 Thread 'Kasper Laudrup' via Django users
On 13/08/2022 09.04, Dieu merci Dramani wrote: > This work : > productId:  1 action:  add > cart.js:9 USER: setraco > cart.js:20 setraco is logged in ! Sending data ... > > cart.js:22 > Here is the errors that I'm trying without success: > POST http://127.0.0.1:8000/update_Item/

Re: Help on my cart.js file using Django 3.2.15 in python

2022-08-14 Thread 'Kasper Laudrup' via Django users
On 13/08/2022 09.04, Dieu merci Dramani wrote: > This work : > productId:  1 action:  add > cart.js:9 USER: setraco > cart.js:20 setraco is logged in ! Sending data ... > > cart.js:22 > Here is the errors that I'm trying without success: > POST http://127.0.0.1:8000/update_Item/

Re: Help on my cart.js file using Django 3.2.15 in python

2022-08-13 Thread 'Kasper Laudrup' via Django users
On 13/08/2022 09.04, Dieu merci Dramani wrote: This work : productId:  1 action:  add cart.js:9 USER: setraco cart.js:20 setraco is logged in ! Sending data ... cart.js:22 Here is the errors that I'm trying without success: POST http://127.0.0.1:8000/update_Item/

Re: Help on my cart.js file using Django 3.2.15 in python

2022-08-13 Thread 'Kasper Laudrup' via Django users
On 13/08/2022 09.04, Dieu merci Dramani wrote: This work : productId:  1 action:  add cart.js:9 USER: setraco cart.js:20 setraco is logged in ! Sending data ... cart.js:22 Here is the errors that I'm trying without success: POST http://127.0.0.1:8000/update_Item/

Re: Help on my cart.js file using Django 3.2.15 in python

2022-08-13 Thread 'tomo yamano' via Django users
It seems that the error message you shared indicates the syntax error , tho.On Aug 13, 2022, at 4:05 PM, Dieu merci Dramani wrote:This work :productId:  1 action:  addcart.js:9 USER: setracocart.js:20 setraco is logged in ! Sending data ...cart.js:22        Here is the errors that I'm trying wit

Re: Help to implement custome user login

2022-08-09 Thread Samuel Alie Mansaray
How to add apps in django new version? On Fri, 5 Aug 2022, 20:00 vijay chourey, wrote: > Even you can extend your user modle and can store your extra fields and > OTP verification field. It's posible to change your email to phone based > login. > > On Fri, 5 Aug, 2022, 7:29 pm Rinki Prasad, wro

Re: Help to implement custome user login

2022-08-05 Thread vijay chourey
Even you can extend your user modle and can store your extra fields and OTP verification field. It's posible to change your email to phone based login. On Fri, 5 Aug, 2022, 7:29 pm Rinki Prasad, wrote: > Hi team , > Actually i want to implement custom model in Django Like i want that the > user

Re: Help to implement custome user login

2022-08-05 Thread Lakshyaraj Dash
You can have this awesome course by codewithharry: https://youtube.com/playlist?list=PLu0W_9lII9ah7DDtYtflgwMwpT3xmjXY9 On Fri, 5 Aug, 2022, 22:16 Bhoopesh sisoudiya, wrote: > Hey, > > No needs to go in any whatsapp group or wasting time because time is very > important. > This group have suffic

Re: Help to implement custome user login

2022-08-05 Thread Bhoopesh sisoudiya
Hey, No needs to go in any whatsapp group or wasting time because time is very important. This group have sufficient resources for helping each other. If you want master in any framework go on original site and read document carefully if you don't have basic knowledge then purchase a course from

Re: Help to implement custome user login

2022-08-05 Thread Lakshyaraj Dash
Hey you... Instead of helping that guy, you're just creating a monopoly. You want that everyone would ask questions in your group, then why this Google groups has been created by django??? On Fri, Aug 5, 2022, 21:12 Satyajit Barik wrote: > Hey, > > Join in Whatsapp python group to solve your pro

Re: Help to implement custome user login

2022-08-05 Thread Satyajit Barik
Hey, Join in Whatsapp python group to solve your problem using the below link: https://chat.whatsapp.com/Bq2jcxLJVG50v9Wbkvz6Vy [Membership benefits] Here are some great perks you get for becoming a member: * Ask your python & django related problems: get quick possible answer. * Friendly enviro

Re: Help to implement custome user login

2022-08-05 Thread Lakshyaraj Dash
You can add fields to the default django user model by using the AbstractUser class from django.contrib.auth.models, you can't change the default fields. Rather you'll need to write your custom user model containing OTP and mobile number instead of username or password. On Fri, Aug 5, 2022, 19:29

Re: Help to implement join query in django orm

2022-07-25 Thread 'Amitesh Sahay' via Django users
10. How to perform join operations in django ORM? — Django ORM Cookbook 2.0 documentation (agiliq.com) Try this On Monday, 25 July, 2022 at 01:18:44 pm IST, Mihir Patel wrote: is anyone having login issue? , i am unable to authenticate a user in my website On Sun, Jul 24, 2022 at

Re: Help to implement join query in django orm

2022-07-25 Thread Mihir Patel
is anyone having login issue? , i am unable to authenticate a user in my website On Sun, Jul 24, 2022 at 10:37 PM Jitendra kumar Patra < jitendrapatra...@gmail.com> wrote: > Ping me 7008080545 > > On Fri, 22 Jul, 2022, 12:16 Avi shah, wrote: > >> I have two tables >> Tbl 1 >> & >> Tbl 2 >> >> I

Re: Help to implement join query in django orm

2022-07-24 Thread Jitendra kumar Patra
Ping me 7008080545 On Fri, 22 Jul, 2022, 12:16 Avi shah, wrote: > I have two tables > Tbl 1 > & > Tbl 2 > > I need to connect the two tables using a join > > > Thanks and regards, > Avi shah > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group

Re: Help to implement join query in django orm

2022-07-24 Thread Abhishek Gupta
Hey, you have to write custom raw query for join tables which are not connected with foreign key relationship in django. On Sun, Jul 24, 2022, 11:17 Lalit Suthar wrote: > this can be helpful > > https://betterprogramming.pub/django-select-related-and-prefetch-related-f23043fd635d > > On Sun, 24

Re: Help to implement join query in django orm

2022-07-23 Thread Lalit Suthar
this can be helpful https://betterprogramming.pub/django-select-related-and-prefetch-related-f23043fd635d On Sun, 24 Jul 2022 at 00:30, Ryan Nowakowski wrote: > On Fri, Jul 22, 2022 at 12:16:14PM +0530, Avi shah wrote: > > I have two tables > > Tbl 1 > > & > > Tbl 2 > > > > I need to connect the

Re: Help to implement join query in django orm

2022-07-23 Thread Ryan Nowakowski
On Fri, Jul 22, 2022 at 12:16:14PM +0530, Avi shah wrote: > I have two tables > Tbl 1 > & > Tbl 2 > > I need to connect the two tables using a join If these tables were created outside of Django, in other words, not using manage.py migrate, you can use Django's legacy database support to auto gen

Re: HELP ON SETUP HEROKU ON CLOUDINARY FREE ACCOUNT

2022-07-03 Thread DJANGO DEVELOPER
following On Sun, Jul 3, 2022 at 3:21 AM ola neat wrote: > hello guys, > i've got a project i deployed on heroku and i'm using cloudinary to > handle image upload, which is working perfectly offline but the issue is > once i try it online i get this err > ``` > > ValueError at /profile/247de095

Re: Help please,

2022-05-06 Thread John McClain
connect it using your git! place the keys in your file. remember to remove the keys when publishing to get or you will share them with the world. If you are reading KT and still not connecting it is because you have skipped a step. Follow your tutorial fully and it should be a very easy task (one o

Re: Help! I begginer...

2022-04-29 Thread Derek
You may need to update the version of Django you're running; the current source code (https://github.com/django/django/blob/main/django/db/models/sql/query.py) shows this import: from collections.abc import Iterator, Mapping Hope that helps. On Tuesday, 26 April 2022 at 18:34:34 UTC+2 rikrdop

Re: Help : Embedding pdf in Django detailview

2022-03-18 Thread Dexterr Jay
Thanks, I'll check it out On Thu, Mar 17, 2022, 10:05 RANGA BHARATH JINKA wrote: > Hi, > > Please try this. > > > https://stackoverflow.com/questions/11779246/how-to-show-a-pdf-file-in-a-django-view > > On Thu, Mar 17, 2022 at 12:12 PM Dexterr Jay wrote: > >> Hello guys, I'm developing a job bo

  1   2   3   4   5   6   7   8   9   10   >