Re: Guidance for GSoC 2025 Participation with Django

2025-02-12 Thread Van Kamanga
Super bien Le mar. 11 févr. 2025, 22:51, ANIKAIT SEHWAG a écrit : > I am keen to participate in GSoC 2025 with the Django organization and > have been practicing Django for a considerable time. Since you were a > mentor last year, I would greatly appreciate your guidance on the next

Application for Django Internship Opportunity

2025-02-11 Thread Shivansh Varshney
I hope you're doing well. My name is Shivansh Varshney, and I am a college student passionate about Django development. I am looking for an internship opportunity where I can apply my skills, gain hands-on experience, and contribute to meaningful projects while also supporting m

Guidance for GSoC 2025 Participation with Django

2025-02-11 Thread ANIKAIT SEHWAG
I am keen to participate in GSoC 2025 with the Django organization and have been practicing Django for a considerable time. Since you were a mentor last year, I would greatly appreciate your guidance on the next steps I should take to become a part of GSoC 2025. I have contributed to your

Re: Django developer required- Work from Home

2025-02-07 Thread Web dev
Proposal for Expert Django Developer Engagement I hope this message finds you well. I am writing to express my strong interest in the opportunity to lead your website development project as an expert Django developer on a contract/hourly basis. With extensive experience in Django and web

Re: Django developer required- Work from Home

2025-02-07 Thread Mark Odoyo
Hello, I'm interested Regards, Mark On Wed, Feb 5, 2025 at 10:27 PM Nilesh Mishra wrote: > We require expert django developer on contract/hourly basis to lead our > team for website development. > > Required skill set > > Python > Django > Mongodb > React js &

Django developer required- Work from Home

2025-02-05 Thread Nilesh Mishra
We require expert django developer on contract/hourly basis to lead our team for website development. Required skill set Python Django Mongodb React js Please send your CV to sa...@shaftnseal.com or nilesh20...@gmail.com Regards Nilesh Mishra Whatsapp:- +91-82796-73706 On Thu, Jan 30, 2025

Django bugfix releases issued: 5.1.6, 5.0.12, and 4.2.19

2025-02-05 Thread Natalia Bidart
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2025/feb/05/bugfix-releases/ -- 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 i

Re: File handling in Django

2025-02-04 Thread Van Kamanga
Je suis disposé, crache le marché Le mar. 4 févr. 2025, 15:25, Idohou Sandé Augustin a écrit : > I'm looking for back end developer Django > > Le mar. 4 févr. 2025, 06:03, Agar Joshua a > écrit : > >> Hi I agree with alexei.ramo...@gmail.com renaming fields

Re: File handling in Django

2025-02-04 Thread Siddhaarrth S Nayyar
be solved better with some table relationship instead? >> >> On Tue, Jan 28, 2025 at 1:33 AM Mayank Prajapati < >> mayankprajapati1...@gmail.com> wrote: >> >>> I am making a full stack project with JavaScript and react for front end >>> , Postgre SQL

Re: File handling in Django

2025-02-04 Thread Idohou Sandé Augustin
I'm looking for back end developer Django Le mar. 4 févr. 2025, 06:03, Agar Joshua a écrit : > Hi I agree with alexei.ramo...@gmail.com renaming fields and doing > migrations is definitely not the most optimal solution. I suggest you have > generic names. Anything variable mostly

Re: File handling in Django

2025-02-04 Thread Van Kamanga
Implémenter un processus de modification quotidienne des champs de modèle dans un projet Django peut être complexe, mais c'est faisable. Voici quelques points à considérer pour garantir que le processus fonctionne efficacement dans un environnement de production : ✅Planification des tâches:

Re: File handling in Django

2025-02-03 Thread Agar Joshua
> On Wed, Jan 29, 2025, 2:56 PM 'Ryan Nowakowski' via Django users < > django-users@googlegroups.com> wrote: > >> >> On 1/27/25 7:41 AM, Mayank Prajapati wrote: >> > I am making a full stack project with JavaScript and react for front >>

RE: File handling in Django

2025-01-30 Thread Johannes Grib
Hi, When changing the model, you will need to migrate. Rather update the past_date field with the newdate etc.. Johannes From: django-users@googlegroups.com On Behalf Of Mayank Prajapati Sent: Wednesday, January 29, 2025 12:34 PM To: django-users@googlegroups.com Subject: Re: File

Django - migrations stops -> ObjectInUse: cannot ALTER TABLE "xxx" because it has pending trigger events

2025-01-30 Thread Adam Jurkiewicz
917 [ ] 0009_auto_20240701_1125 as you can see, onli migrations 1~6 were done. I can see in logs: django-1 | File "/usr/local/lib/python3.8/site-packages/django/db/backends/utils.py", line 84, in _execute django-1 | return self.cursor.execute(sql, para

Re: File handling in Django

2025-01-29 Thread Alexei Ramotar
I'd just give the columns generic names and let react handle the names you want to display which is probably based on dates or something cyclical. Otherwise it seems like too much overhead in renaming fields and migration. On Wed, Jan 29, 2025, 2:56 PM 'Ryan Nowakowski' via Django

Re: File handling in Django

2025-01-29 Thread 'Ryan Nowakowski&#x27; via Django users
On 1/27/25 7:41 AM, Mayank Prajapati wrote: > I am making a full stack project with JavaScript and react for front end , > Postgre SQL for database and Django for backend and Django rest framework for > APIs. So in models.py file there's one field which is to be removed and >

Re: File handling in Django

2025-01-29 Thread Mayank Prajapati
> mayankprajapati1...@gmail.com> wrote: > >> I am making a full stack project with JavaScript and react for front end >> , Postgre SQL for database and Django for backend and Django rest framework >> for APIs. So in models.py file there's one field which is to be remo

Re: File handling in Django

2025-01-28 Thread Agar Joshua
: > I am making a full stack project with JavaScript and react for front end , > Postgre SQL for database and Django for backend and Django rest framework > for APIs. So in models.py file there's one field which is to be removed and > another field is to be added at the end. This

Re: File handling in Django

2025-01-27 Thread Otecina
It will work normally, go ahead. On Mon, Jan 27, 2025, 11:33 PM Mayank Prajapati < mayankprajapati1...@gmail.com> wrote: > I am making a full stack project with JavaScript and react for front end , > Postgre SQL for database and Django for backend and Django rest framework >

File handling in Django

2025-01-27 Thread Mayank Prajapati
I am making a full stack project with JavaScript and react for front end , Postgre SQL for database and Django for backend and Django rest framework for APIs. So in models.py file there's one field which is to be removed and another field is to be added at the end. This process has to be

Django 5.2 alpha 1 released

2025-01-16 Thread Sarah Boyce
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2025/jan/16/django-52-alpha-1-released/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

Django security releases issued: 5.1.5, 5.0.11, and 4.2.18

2025-01-14 Thread Natalia Bidart
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2025/jan/14/security-releases/ -- 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 i

Re: Looking for Sr Django Developer

2025-01-10 Thread maina patrick
Subject: Application for Sr. Django Developer Position I am writing to express my interest in the Sr. Django Developer position. With over 5 years of experience in Django and Django REST Framework (DRF), and 3 years of hands-on experience with Docker, I am confident in my ability to contribute

Re: Digest for django-users@googlegroups.com - 2 updates in 1 topic

2025-01-08 Thread Mulusew Wube
UnpAiD iNtERNshIp. Asking for prod level work for free. Shameful. >> >> On Tue, 7 Jan, 2025, 15:41 , wrote: >> >>> django...@googlegroups.com >>> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/django-users/topics> >>>

Re: Digest for django-users@googlegroups.com - 2 updates in 1 topic

2025-01-08 Thread Axel Tracy
Thank you that someone pointed this out, and called it shameful. On Wednesday, 8 January 2025 at 03:20:07 UTC+11 samarth rawat wrote: > Lol. UnpAiD iNtERNshIp. Asking for prod level work for free. Shameful. > > On Tue, 7 Jan, 2025, 15:41 , wrote: > >> django...@googlegro

Re: Looking for Django, React, and Next.js Developers - Internship Opportunity

2025-01-07 Thread Mulusew Wube
company and learn new techniques. >>> >>> On Thu, 2 Jan 2025, 7:20 pm Kamar Alam Khan, >>> wrote: >>> >>>> On Tuesday, December 24, 2024 at 7:11:40 PM UTC+5:30 Pandiya rajan >>>> wrote: >>>> >>>>> Hello Djan

Re: Digest for django-users@googlegroups.com - 2 updates in 1 topic

2025-01-07 Thread samarth rawat
Lol. UnpAiD iNtERNshIp. Asking for prod level work for free. Shameful. On Tue, 7 Jan, 2025, 15:41 , wrote: > django-users@googlegroups.com > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/django-users/topics> > Google > Groups > <htt

Re: Looking for Django, React, and Next.js Developers - Internship Opportunity

2025-01-02 Thread Neha001
Hi I am interested in this position. PFA my resume Thanks & Regards Neha On Tue, 24 Dec 2024, 19:11 Pandiya rajan, wrote: > Hello Django Community! > > We are excited to announce an *internship opportunity* for developers > with experience in *Django*, *React*, and *Next.js

Re: Looking for Django, React, and Next.js Developers - Internship Opportunity

2025-01-01 Thread Bryan Omweri
Ammar wrote: >> >>> Hi there >>> It’s Ammar Mohamed from sudan >>> I have some experience with django and i can be a great addition to your >>> team. >>> I agree to work as an intern to solidify my experience and gain more >>> experien

Re: Looking for Django, React, and Next.js Developers - Internship Opportunity

2024-12-29 Thread KING AMRUTH
Interested On Sat, Dec 28, 2024 at 5:07 PM Adeyemi Deji wrote: > Hi, > > I'm interested. Kindly find my attached resume > > On Sat, Dec 28, 2024 at 9:31 PM Ammar wrote: > >> Hi there >> It’s Ammar Mohamed from sudan >> I have some experience with dja

Re: Looking for Django, React, and Next.js Developers - Internship Opportunity

2024-12-25 Thread Ankita Dey
Hello, I am interested in this position. I'll attach my resume below. Looking forward to hearing from you! With Regards Ankita On Tue, Dec 24, 2024, 19:10 Pandiya rajan wrote: > Hello Django Community! > > We are excited to announce an *internship opportunity* for developers >

Re: Looking for Django, React, and Next.js Developers - Internship Opportunity

2024-12-25 Thread Somen Samanta
I am interested On Tue, 24 Dec 2024 at 19:10, Pandiya rajan wrote: > Hello Django Community! > > We are excited to announce an *internship opportunity* for developers > with experience in *Django*, *React*, and *Next.js* at our company. We're > looking for passionate indiv

Re: Looking for Django, React, and Next.js Developers - Internship Opportunity

2024-12-25 Thread Ankita Dey
Hello. I'm interested. Here's my resume attached below. Looking forward to hearing from you! With regards, Ankita On Tue, Dec 24, 2024, 19:12 Pandiya rajan wrote: > Hello Django Community! > > We are excited to announce an *internship opportunity* for developers > with

Python Django Developer Job

2024-12-24 Thread shiva singh
Hello User I am searching a job for Python Django Developer I have 2yr of experience in Django Developer I have attached my resume for your reference if any vacancy please let me know Thanks and Regards -- You received this message because you are subscribed to the Google Groups "Django

Re: Looking for Django, React, and Next.js Developers - Internship Opportunity

2024-12-24 Thread Otecina
I'm interesting. On Tue, Dec 24, 2024, 2:41 PM Pandiya rajan wrote: > Hello Django Community! > > We are excited to announce an *internship opportunity* for developers > with experience in *Django*, *React*, and *Next.js* at our company. We're > looking for passionate

Looking for Django, React, and Next.js Developers - Internship Opportunity

2024-12-24 Thread Pandiya rajan
Hello Django Community! We are excited to announce an *internship opportunity* for developers with experience in *Django*, *React*, and *Next.js* at our company. We're looking for passionate individuals who are eager to learn and contribute to real-world projects. If you're int

Looking for Django, React, and Next.js Developers - Internship Opportunity

2024-12-24 Thread Pandiya rajan
Hello Django Community! We are excited to announce an *internship opportunity* for developers with experience in *Django*, *React*, and *Next.js* at our company. We're looking for passionate individuals who are eager to learn and contribute to real-world projects. If you're int

Re: Looking for Sr Django Developer

2024-12-20 Thread JOSEPH OCHELEBE O.
functions ETC. On Fri, Dec 20, 2024, 7:09 PM Benjamini Athanas wrote: > Am here > > On Fri, 20 Dec 2024, 21:05 Ovie Adesanoye, > wrote: > >> Hi >> I interested and qualified. >> >> On Tue, Dec 10, 2024, 5:19 PM Hamel Mesfin wrote: >> >>> We're

Re: Looking for Sr Django Developer

2024-12-20 Thread Benjamini Athanas
Am here On Fri, 20 Dec 2024, 21:05 Ovie Adesanoye, wrote: > Hi > I interested and qualified. > > On Tue, Dec 10, 2024, 5:19 PM Hamel Mesfin wrote: > >> We're looking for Sr. level Django Developer for ongoing work of at least >> 20 hours per week. At least *5 y

Re: Looking for Sr Django Developer

2024-12-20 Thread Ovie Adesanoye
Hi I interested and qualified. On Tue, Dec 10, 2024, 5:19 PM Hamel Mesfin wrote: > We're looking for Sr. level Django Developer for ongoing work of at least > 20 hours per week. At least *5 years of experience in Django and DRF is > MUST*. *2-3 years of experience in Docker is r

I am looking for django developer Job

2024-12-11 Thread jose kj
Hello, I am looking for a job in django developer as remote job. Please contact me CV_2024041516523744.pdf <https://drive.google.com/file/d/1VkHLMsoyRMoUFPhzB3BWQc1yI9G4idVd/view?usp=drivesdk> -- You received this message because you are subscribed to the Google Groups "D

Re: Looking for Sr Django Developer

2024-12-11 Thread It's Me
I am excited to apply for the Senior Django Developer position. With over 4.5 years of experience in Django and DRF, I have built scalable web applications, developed robust REST APIs, and worked extensively with Docker for containerized environments. My expertise includes custom packaging

Re: Looking for Sr Django Developer

2024-12-10 Thread Dipak Pawar
I'm interested. Please dm me. I have 5 years of experience as a python Developer with , Django and Django Rest Framework. Regards, Dipak Pawar On Tue, 10 Dec 2024 at 9:48 PM, Hamel Mesfin wrote: > We're looking for Sr. level Django Developer for ongoing work of at least > 20 ho

Re: Looking for Sr Django Developer

2024-12-10 Thread Satyajit Barik
I'm interested. Please dm me. I have 6 years of experience as a python fullstack developer. Regards, Satyajit On Tue, Dec 10, 2024 at 9:48 PM Hamel Mesfin wrote: > We're looking for Sr. level Django Developer for ongoing work of at least > 20 hours per week. At least *5 years

Looking for Sr Django Developer

2024-12-10 Thread Hamel Mesfin
We're looking for Sr. level Django Developer for ongoing work of at least 20 hours per week. At least *5 years of experience in Django and DRF is MUST*. *2-3 years of experience in Docker is required*. This is a *remote* position, with preference for candidates based in East Africa (

Django Project https://compareinterestrate.uk/

2024-12-10 Thread Damanjeet Singh
Hello everyone, I’ve created a website using Django and SQLite: https://compareinterestrate.uk/. The site compares mortgage rates and interest rates from various banks, presenting the data through an interactive datatable. By gathering up-to-date financial information from multiple bank websites

Re: AttributeError: module 'polls.views' has no attribute 'index' error in Django

2024-12-07 Thread Олександр Рябов
Guys, thanks for the help everyone but I just used vim and rewrote the code again) On Thursday, 5 December 2024 at 15:02:36 UTC+3 Олександр Рябов wrote: > Hello! I'm facing an issue when running my Django project. I get the > following error: > > AttributeError: module &#x

Re: Django project

2024-12-06 Thread Otecina
t;> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to django-users+unsubscr...@googlegroups.com. >> To view t

Re: AttributeError: module 'polls.views' has no attribute 'index' error in Django

2024-12-06 Thread Abduljelil Zubairu
is your VS Code on auto save On Thursday, December 5, 2024 at 1:02:36 PM UTC+1 Олександр Рябов wrote: > Hello! I'm facing an issue when running my Django project. I get the > following error: > > AttributeError: module 'polls.views' has no attribute 'index

Re: Django project

2024-12-05 Thread Ismail Kabir
Interested to contribute on your project. Ismail kabir On Wed, 4 Dec 2024 at 21:06 Abba Respect wrote: > Looking for volunteers to contribute on my project. Mail me in private > > -- > You received this message because you are subscribed to the Google Groups > "Djang

Re: Django project

2024-12-04 Thread Abdul Qoyyuum Haji Abdul Kadir
oogle Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion visit > https://groups.google.com/d/msgid/django-users/317a1505-bf01-40e2-9a66-3555

Django project

2024-12-04 Thread Abba Respect
Looking for volunteers to contribute on my project. Mail me in private -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@google

Re: Django security releases issued: 5.1.4, 5.0.10, and 4.2.17

2024-12-04 Thread ReynardSec
Sam, WFM. Cheers, ReynardSec https://reynardsec.com On Wednesday, 4 December 2024 at 17:49:28 UTC+1 Sam Brown wrote: Heads up, I’m getting a bad link error. Anyone else? On Wed, Dec 4, 2024 at 9:37 AM Sarah Boyce wrote: Details are available on the Django project weblog: https

Re: Django security releases issued: 5.1.4, 5.0.10, and 4.2.17

2024-12-04 Thread Sam Brown
Heads up, I’m getting a bad link error. Anyone else? On Wed, Dec 4, 2024 at 9:37 AM Sarah Boyce wrote: > Details are available on the Django project weblog: > https://www.djangoproject.com/weblog/2024/dec/04/security-releases/ > > -- > You received this message because you are su

Django security releases issued: 5.1.4, 5.0.10, and 4.2.17

2024-12-04 Thread Sarah Boyce
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2024/dec/04/security-releases/ -- 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 i

Re: How to Deploy Celery and Django

2024-11-18 Thread Reddy Tintaya
m Haji Abdul Kadir > mailto:abdul.qoyy...@gmail.com>> wrote: >> Unfortunately, I've tested deploying Django + Celery to these free services >> (full write-up here: >> https://buymeacoffee.com/qoyyuum/the-struggle-django-deployments) and they >> do not work i

Re: How to Deploy Celery and Django

2024-11-18 Thread AGASTRONICS
Have you tried using Docker to run your services. On Mon, Nov 18, 2024, 07:40 Abdul Qoyyuum Haji Abdul Kadir < abdul.qoyy...@gmail.com> wrote: > Unfortunately, I've tested deploying Django + Celery to these free > services (full write-up here: > https://buymeacoffee.com/

Seeking Practical Experience with Django & Django REST Framework

2024-11-18 Thread nika gabeskiria
Hi everyone, My name is Nickolas Gabeskiria and I’m a Python developer with a solid foundation in *Django* and *Django REST Framework*. I’ve worked through tutorials and built a few small projects, but now I’m looking to gain more *practical experience* by collaborating with others

Re: Help me to Create This Django Project -

2024-11-18 Thread Abdul Qoyyuum Haji Abdul Kadir
;>>> >>>> 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

Re: How to Deploy Celery and Django

2024-11-17 Thread Abdul Qoyyuum Haji Abdul Kadir
Unfortunately, I've tested deploying Django + Celery to these free services (full write-up here: https://buymeacoffee.com/qoyyuum/the-struggle-django-deployments) and they *do not work in their FREE plans*. So if you really want to deploy them, you have to use their *PAID *services. I can co

How to Deploy Celery and Django

2024-11-17 Thread Kennedy Akogo
I have a Django application that uses Celery to schedule and send SMS messages at specific times. I want to deploy this application to a free or paid platform so users can access it through the web. Which platform would be suitable for this? -- You received this message because you are

Re: How to Deploy Celery and Django

2024-11-17 Thread Reddy Tintaya
n Sun, Nov 17, 2024 at 10:29 PM Kennedy Akogo <mailto:akogokenn...@gmail.com>> wrote: >> >> I have a Django application that uses Celery to schedule and send SMS >> messages at specific times. I want to deploy this application to a free or >> paid platform so user

Re: How to Deploy Celery and Django

2024-11-17 Thread Sunday Ajayi
You can try Render, Heroku Regards *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sun, Nov 17, 2024 at 10:29 PM Kennedy Akogo wrote: > I have a Django application that uses Celery to schedule and send SMS > messages at specific times. I want to deploy this applicatio

Re: Help me to Create This Django Project -

2024-11-16 Thread Ali Mohammadnia
gt;> 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 a real world >>>> request from a paying customer. >>>> >>>> While I understand that Django can be confusing to a b

Re: Help me to Create This Django Project -

2024-11-16 Thread Zainab Turkey
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 that this is a real world >>>

Re: Help me to Create This Django Project -

2024-11-15 Thread Mohamed
e >> done (only two tables) is another clue that this is a real world request >> from a paying customer. >> >> While I understand that Django can be confusing to a beginner asking for >> someone to help write your course work feels like cheating to me. I >> certainl

Re: Help me to Create This Django Project -

2024-11-14 Thread June Nkwenge
, and we are looking for a > Python/Django developer to implement an algorithm that updates a credit > score based on a set of predefined factors. The system should also include > a dynamic pop-up interface that asks a series of questions pulled from a > database. Based on the user'

Re: Help me to Create This Django Project -

2024-11-14 Thread Anthony Flury
> 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 a real world request > from a paying customer. > > While I understand that Django can be confusing to a beginner asking for > someone to help write you

Re: Help me to Create This Django Project -

2024-11-14 Thread Nawab Alam Sohel
gt; 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 implement an algorithm that updates a credit >> score base

Re: Help me to Create This Django Project -

2024-11-14 Thread Morteza Mn
ive * >>> We are building a credit bureau update system, and we are looking for a >>> Python/Django developer to implement an algorithm that updates a credit >>> score based on a set of predefined factors. The system should also include >>> a dynamic pop-up in

Re: Help me to Create This Django Project -

2024-11-14 Thread Anthony Flury
that this is a real world request from a paying customer. While I understand that Django can be confusing to a beginner asking for someone to help write your course work feels like cheating to me. I certainly wouldn’t be happy with taking college/school credit for a project that was my work. Now if

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/Djan

Re: Help me to Create This Django Project -

2024-11-14 Thread Abdul Qoyyuum Haji Abdul Kadir
u: > >> * 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 implement an algorithm that updates a credit >> score

Help me to Create This Django Project -

2024-11-13 Thread Suraj Naithani
* 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 implement an algorithm that updates a credit score based on a set of predefined factors. The system should also

Struggles with FREE Django Deployment

2024-11-10 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi all, I tried to deploy my Django + Celery app to a few well-known free services. The TL:DR version is that it doesn't work. The long answer is in my blogpost: https://buymeacoffee.com/qoyyuum/the-struggle-django-deployments If anyone has any other free service that you want me to tr

Django bugfix release: 5.1.3

2024-11-04 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2024/nov/05/bugfix-release/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from i

Application for Django Developer Collaboration

2024-10-31 Thread Siddharth Tiwari
Dear Hiring Manager, I am writing to express my keen interest in collaborating on Django-based projects with your esteemed team. With three years of dedicated experience in the Django framework, I have honed my skills in developing robust and scalable web applications. My journey in this domain

Re: Django CSS Not Loaded in Vercel app

2024-10-30 Thread Yogesh Medthiya
in(BASE_DIR, 'staticfiles_build') > > build_files.sh > #!/bin/bash > echo "BUILD START" > python3 -m pip install --upgrade pip # Ensure the latest pip version > python3 -m pip install -r requirements.txt # Install all dependencies > python3 manage.py col

Re: Job/Internship/Freelance - Django Developer

2024-10-29 Thread David Danaye
i'm also interested to work with you Le lun. 28 oct. 2024 à 18:27, Kashaf Online a écrit : > Hi Ratik I want to participate on your > > On Wed, Oct 23, 2024 at 5:54 AM Ratik Krishna > wrote: > >> Hi all If anyone is interested in doing some beginner level dja

Re: Job/Internship/Freelance - Django Developer

2024-10-29 Thread favour chisom iheanyi
Greetings everyone, I would be glad to participate to deepen my knowledge on django. Please is there anybody to collaborate with and build something extraordinary On Mon, 28 Oct 2024, 18:27 Kashaf Online, wrote: > Hi Ratik I want to participate on your > > On Wed, Oct 23, 2024 at 5:54

Re: Job/Internship/Freelance - Django Developer

2024-10-28 Thread Kashaf Online
Hi Ratik I want to participate on your On Wed, Oct 23, 2024 at 5:54 AM Ratik Krishna wrote: > Hi all If anyone is interested in doing some beginner level django > projects or online hackathons kindly let me know currently I have > completed a library management project using django an

Re: Job/Internship/Freelance - Django Developer

2024-10-27 Thread Gaetano Leoni
I'm interested Il dom 27 ott 2024, 19:40 maina patrick ha scritto: > I’m definitely interested in collaborating on beginner-level Django > projects or participating in online hackathons. It's great to hear you've > completed a library management project; I’d love to lear

Re: Job/Internship/Freelance - Django Developer

2024-10-27 Thread maina patrick
I’m definitely interested in collaborating on beginner-level Django projects or participating in online hackathons. It's great to hear you've completed a library management project; I’d love to learn from your experience and contribute to any projects you have in mind. On Wed, Oct 23,

Re: Job/Internship/Freelance - Django Developer

2024-10-23 Thread José P Fonseca Filho
I'm very ready for the challenge. Kindly guide me on this. > Thanks > > On Wed, 23 Oct 2024, 15:57 kelvin Ace, wrote: > >> Me >> What are the details of the project? >> >> On Wed, Oct 23, 2024 at 1:54 PM Ratik Krishna >> wrote: >> >>> H

Re: Job/Internship/Freelance - Django Developer

2024-10-23 Thread Gaetano Leoni
Wed, 23 Oct 2024, 15:57 kelvin Ace, wrote: >> >>> Me >>> What are the details of the project? >>> >>> On Wed, Oct 23, 2024 at 1:54 PM Ratik Krishna >>> wrote: >>> >>>> Hi all If anyone is interested in doing some beginner leve

Re: Job/Internship/Freelance - Django Developer

2024-10-23 Thread Siddharth Tamang
>> >> On Wed, Oct 23, 2024 at 1:54 PM Ratik Krishna >> wrote: >> >>> Hi all If anyone is interested in doing some beginner level django >>> projects or online hackathons kindly let me know currently I have >>> completed a library management pro

Re: Job/Internship/Freelance - Django Developer

2024-10-23 Thread K Rotich
in doing some beginner level django >> projects or online hackathons kindly let me know currently I have >> completed a library management project using django and wishing to learn >> more collaboration for a project will be helpful for both sides involved >> Thank y

Re: Job/Internship/Freelance - Django Developer

2024-10-23 Thread kelvin Ace
Me What are the details of the project? On Wed, Oct 23, 2024 at 1:54 PM Ratik Krishna wrote: > Hi all If anyone is interested in doing some beginner level django > projects or online hackathons kindly let me know currently I have > completed a library management project using d

Re: Job/Internship/Freelance - Django Developer

2024-10-23 Thread Ratik Krishna
Hi all If anyone is interested in doing some beginner level django projects or online hackathons kindly let me know currently I have completed a library management project using django and wishing to learn more collaboration for a project will be helpful for both sides involved Thank you On Tue

Re: Internship/Job Opportunities in Django Development

2024-10-22 Thread K Rotich
as Vaij wrote: >>> >>>> Hi Venu Gopal, I have sent you my profile on your email, please check. >>>> >>>> On Sun, Oct 6, 2024 at 8:12 PM Venu Gopal >>>> wrote: >>>> >>>>> Please send me your profile. >>>>&g

Re: Internship/Job Opportunities in Django Development

2024-10-22 Thread Tejas Vaij
to hr >> >> On Sun, 6 Oct 2024 at 20:18, Tejas Vaij wrote: >> >>> Hi Venu Gopal, I have sent you my profile on your email, please check. >>> >>> On Sun, Oct 6, 2024 at 8:12 PM Venu Gopal >>> wrote: >>> >>>> Please send me

Re: Internship/Job Opportunities in Django Development

2024-10-22 Thread Noah Nkalan
se check. >> >> On Sun, Oct 6, 2024 at 8:12 PM Venu Gopal >> wrote: >> >>> Please send me your profile. >>> >>> On Sun, 6 Oct 2024 at 20:07, Tejas Vaij wrote: >>> >>>> Hello Django users, >>>> >>>> My na

Re: jwt authentication in ninja without django user

2024-10-12 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi Krishnakant, If you wanna use Django Ninja's Auth, then use it properly: Authentication - Django Ninja (django-ninja.dev) <https://django-ninja.dev/guides/authentication/> And if you insist on logging in with JWT, please use django-ninja-jwt. django-ninja-jwt · PyPI <https://py

jwt authentication in ninja without django user

2024-10-11 Thread Krishnakant Mane
Hello. This seems very complex to me. I have previously used other Python and non-Python frameworks and one thing I always did is to create my own user table and respective model. I wish to do the same thing in django with ninja. I also find the jwt authentication articles/ blogs online

Django bugfix release issued: 5.1.2

2024-10-08 Thread Natalia Bidart
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2024/oct/08/bugfix-releases/ -- 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 i

Re: Internship/Job Opportunities in Django Development

2024-10-06 Thread Venu Gopal
2024 at 20:07, Tejas Vaij wrote: >> >>> Hello Django users, >>> >>> My name is Tejas Vaij, and I’m currently looking for internship or job >>> opportunities in Django development. I have experience working with a >>> variety of web proje

Re: Internship/Job Opportunities in Django Development

2024-10-06 Thread Tejas Vaij
Hi Venu Gopal, I have sent you my profile on your email, please check. On Sun, Oct 6, 2024 at 8:12 PM Venu Gopal wrote: > Please send me your profile. > > On Sun, 6 Oct 2024 at 20:07, Tejas Vaij wrote: > >> Hello Django users, >> >> My name is Tejas Vaij,

Re: Internship/Job Opportunities in Django Development

2024-10-06 Thread Venu Gopal
Please send me your profile. On Sun, 6 Oct 2024 at 20:07, Tejas Vaij wrote: > Hello Django users, > > My name is Tejas Vaij, and I’m currently looking for internship or job > opportunities in Django development. I have experience working with a > variety of web projects, a

Internship/Job Opportunities in Django Development

2024-10-06 Thread Tejas Vaij
Hello Django users, My name is Tejas Vaij, and I’m currently looking for internship or job opportunities in Django development. I have experience working with a variety of web projects, and my portfolio includes websites such as: - Bombay Taxi Co. <https://www.bombaytaxico.com> - Blu

Re: Replay your Django app

2024-10-03 Thread Henry Yates
Error Tracking Software | Sentry <https://sentry.io/welcome/> or both? > And they both have a free plan. > > On Wed, 2 Oct 2024 at 22:12, Henry Yates > wrote: > >> https://retracesoftware.com allows you to record and replay your Django >> app. It is a massive ti

  1   2   3   4   5   6   7   8   9   10   >