Re: custom commands for django-admin

2021-05-06 Thread Nagaraju Singothu
Hi all, I'm new to Django, I interested internship work to learn real-time project, with out money. Plz let me know if anyone is interested. On Fri 7 May, 2021, 4:32 AM Ilia Rk, wrote: > > hi how should i write custom commnads for django-admin which work with all > apps existing in project not

Re: custom commands for django-admin

2021-05-06 Thread Ryan Nowakowski
On May 6, 2021 5:35:58 PM CDT, Ilia Rk wrote: > >hi how should i write custom commnads for django-admin which work with >all >apps existing in project not just apps with specific defined name When you say "work with all apps" what do you mean? Any custom management command can import

Re: Deploying Django Project on Kubernetes

2021-05-06 Thread parmeshwar deharkar
yes we guide you and i will solve your problem. tell me your requirement now On Thu, May 6, 2021 at 7:11 PM 'Muhammad Asim Khaskheli' via Django users < django-users@googlegroups.com> wrote: > Hello everyone! > I want to make my django project with mysql backend live on kubernetes, > however, I

Re: Looking for help installing django

2021-05-06 Thread parmeshwar deharkar
hi bro i just tell you django is very easy to install . just follow down step: check your terminal now type: python --version now run command : pip install django now make project : python django-admin startproject testproject now go to project folder: cd testproject see manage.py file in project

Writing custom django-admin commands

2021-05-06 Thread Ilia Rk
how should i write commands that works with all apps existing in project not just apps with specific name -- 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

custom commands for django-admin

2021-05-06 Thread Ilia Rk
hi how should i write custom commnads for django-admin which work with all apps existing in project not just apps with specific defined name -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: Getting packages errors always..

2021-05-06 Thread Kasper Laudrup
On 06/05/2021 02.54, Phani Deep wrote: > Hii When i am trying to do any project at last i am getting > Site-packages errors.i dont know why these are getting..is there any > installation problem or any others can anybody solve this problem..i am > getting these type of errors... > There's no such

Re: Send_mail gives me a timeout error.

2021-05-06 Thread Kasper Laudrup
On 06/05/2021 17.10, Mostapha Bouderka wrote: > Thanks Kasper, it works right now. > I changed the port to '587', and now it works perfectly. > Good to hear. In case you or someone else are wondering, port 465 is used for TLS/SSL communication, whereas 587 is used for STARTTLS which is something

Re: Looking for help installing django

2021-05-06 Thread Kasper Laudrup
On 06/05/2021 20.17, Philip Pelletier wrote: > All I did was install and start django. I made no edits of any kind. I > even reinstalled python and got the same problem, > Just installing Django will not run an HTTP server and point your browser to port 8000 on your localhost, so obviously you

Re: Looking for help installing django

2021-05-06 Thread DJANGO DEVELOPER
yeah, Sharif is right. follow the official dos. if you still not understanding the flow. come back and ask again. On Thu, May 6, 2021 at 11:24 PM Sharif Mehedi wrote: > I suggest you follow the official documentation page to properly set up > for a django project. > Getting Started:

Re: Looking for help installing django

2021-05-06 Thread Sharif Mehedi
I suggest you follow the official documentation page to properly set up for a django project. Getting Started: https://docs.djangoproject.com/en/3.2/intro/ If you have trouble following the doc. Please, ask for help, and also be specific about what part of documentation you do not understand.

Re: Looking for help installing django

2021-05-06 Thread Philip Pelletier
All I did was install and start django. I made no edits of any kind. I even reinstalled python and got the same problem, On Thursday, May 6, 2021 at 1:40:29 PM UTC-4 abubak...@gmail.com wrote: > can you please explain to me that what are you trying to do? because you > have explained nothing

Re: Hiring for frontend developer

2021-05-06 Thread Ing.Daniel Bojorge
Thanks for share. Dios L@s Bendiga Saludos, [image: --] daniel.bojorge [image: http://]about.me/daniel.bojorge [image: snake]*Curso Desarrollo Web con Python usando Django 2.2 Para Principiantes con Descuento 95%

Re: Looking for help installing django

2021-05-06 Thread DJANGO DEVELOPER
can you please explain to me that what are you trying to do? because you have explained nothing in your question about your problem On Thu, May 6, 2021 at 10:26 PM Sharif Mehedi wrote: > Not very understandable, no useful information on your message body, only > there's an exception! > Try to

Re: Looking for help installing django

2021-05-06 Thread Sharif Mehedi
Not very understandable, no useful information on your message body, only there's an exception!Try to understand what you are doing and when you understand ask for help if you cannot solve it yet. On Thursday, May 6, 2021, 10:27:35 PM GMT+6, Philip Pelletier wrote: I get this error

Re: Hiring for frontend developer

2021-05-06 Thread Rama akki
Sorry, We need min 1.5 year experience. On Thu, 6 May 2021, 9:57 pm jasdeep singh, wrote: > Hello Sir, > I am fresher . Can I apply for that. > thanks sir > > > On Sunday, May 2, 2021 at 3:04:42 PM UTC+5:30 sonulu...@gmail.com wrote: > >> Dear friends, >> We are hiring for

Need help setting up django

2021-05-06 Thread Philip Pelletier
Environment: Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 3.2.1 Python Version: 3.9.4 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages',

Looking for help installing django

2021-05-06 Thread Philip Pelletier
I get this error message on the browser at 127.0.01:8000 Environment: Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 3.2.1 Python Version: 3.9.4 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes',

Re: Hiring for frontend developer

2021-05-06 Thread jasdeep singh
Hello Sir, I am fresher . Can I apply for that. thanks sir On Sunday, May 2, 2021 at 3:04:42 PM UTC+5:30 sonulu...@gmail.com wrote: > Dear friends, > We are hiring for frontend developer for our start-up. I look forward to > have better team members. Kindly forward your

Re: Send_mail gives me a timeout error.

2021-05-06 Thread Mostapha Bouderka
Thanks Kasper, it works right now. I changed the port to '587', and now it works perfectly. Thank you for your assistance, and have a great day. On Thu, May 6, 2021 at 2:57 PM Mostapha Bouderka wrote: > It returns a terminal with this at the top : '220 smtp.gmail.com ESMTP > t8sm4659629wrs.25

Re: Send_mail gives me a timeout error.

2021-05-06 Thread Mostapha Bouderka
It returns a terminal with this at the top : '220 smtp.gmail.com ESMTP t8sm4659629wrs.25 - gsmtp' On Thursday, May 6, 2021 at 10:57:52 AM UTC Kasper Laudrup wrote: > On 5/6/21 11:57 AM, Mostapha Bouderka wrote: > > Hey Kasper, thanks for your reply. > > > > So I'm still in development mode,

Re: Hiring for frontend developer

2021-05-06 Thread Phani Deep
Hii sir,I am interested for frontend developer On Thu, 6 May 2021, 18:46 m rekha, wrote: > I'm intersted sir, > > On Wed, May 5, 2021, 7:03 PM makhan Kumbhkar > wrote: > >> I am looking for part time job >> >> On Mon, May 3, 2021 at 6:37 AM Rama akki wrote: >> >>> Dear friends, >>>

Deploying Django Project on Kubernetes

2021-05-06 Thread 'Muhammad Asim Khaskheli' via Django users
Hello everyone! I want to make my django project with mysql backend live on kubernetes, however, I dont have any prior knowledge about this. Can anyone guide me in this? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Custom User

2021-05-06 Thread Owen Murithi
How do I make password for AbstractUser Hashed? -- 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 this

Re: Hiring for frontend developer

2021-05-06 Thread m rekha
I'm intersted sir, On Wed, May 5, 2021, 7:03 PM makhan Kumbhkar wrote: > I am looking for part time job > > On Mon, May 3, 2021 at 6:37 AM Rama akki wrote: > >> Dear friends, >> Whoever fits this job profile, you can forward your resume to >> smt18m...@iiitdm.ac.in. >> >> On Mon, 3 May 2021,

Getting packages errors always..

2021-05-06 Thread Phani Deep
Hii When i am trying to do any project at last i am getting Site-packages errors.i dont know why these are getting..is there any installation problem or any others can anybody solve this problem..i am getting these type of errors... C:\Users\sakth\AppData\Local\Programs\Python\Python38\lib\

Re: Send_mail gives me a timeout error.

2021-05-06 Thread Kasper Laudrup
On 5/6/21 11:57 AM, Mostapha Bouderka wrote: Hey Kasper, thanks for your reply. So I'm still in developmentĀ mode, and i'm using windows for the moment. I'm trying to send mails to 'gmail', in port '465', the server address is 'smtp.gmail.com '. So what happens if you

Re: Send_mail gives me a timeout error.

2021-05-06 Thread Mostapha Bouderka
Hey Kasper, thanks for your reply. So I'm still in development mode, and i'm using windows for the moment. I'm trying to send mails to 'gmail', in port '465', the server address is ' smtp.gmail.com'. On Wed, May 5, 2021 at 10:47 PM Kasper Laudrup wrote: > Hi Mostapha, > > Thanks for taking

Django security releases issued: 3.2.2, 3.1.10, and 2.2.22

2021-05-06 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2021/may/06/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 it, send an