Re: Experienced Django/AWS/Python Developer Seeking New Opportunities

2023-10-10 Thread 许三高
thank you for your reply ,contact me no need any fee ,if have ,pls block
haha

John Ayodele  于2023年10月10日周二 13:56写道:

> You scammers!
>
> Poster, don't reply the second email, they'd ask you to make a payment
> before you can get a job from them.
>
> IT'S A BIG SCAM!
>
> On Mon, 9 Oct 2023 23:42 许三高,  wrote:
>
>> hi i am hiring ,do you have telegram ?
>>
>> mailt...@gmail.com  于2023年10月9日周一 20:17写道:
>>
>>>
>>> Hello,
>>>
>>> I hope this email finds you well. My name is Damanjeet, and I've been an
>>> active member of this community of Django forum. Over the years, I've
>>> immensely benefited from the discussions, advice, and resources shared in
>>> this forum, and I'm truly grateful for that.
>>>
>>> I am reaching out to express my interest in seeking new job
>>> opportunities in the areas of Django, AWS, and Python. With many years of
>>> hands-on experience working on numerous Django projects, deploying
>>> applications on AWS, and writing Python scripts for various applications, I
>>> believe I can bring value to teams and projects that demand expertise in
>>> these domains.
>>>
>>> *A brief about my experience*
>>> - Developed and maintained 4 number of Django-based web applications.
>>> Recently I am developing iAWS project which is Infrastructure as WorkSheet
>>> demo *https://youtu.be/Apyq3TG5Ff0 *
>>> - Proficient in deploying and managing applications on AWS services like
>>> EC2, RDS, S3, and Lambda.
>>> - Skilled in writing efficient Python scripts for automation, data
>>> analysis, and integration tasks.
>>>
>>> I would appreciate it if the members of this community could point me to
>>> companies or teams currently hiring or if there are any freelance projects
>>> that align with my skill set. I am open to both full-time positions and
>>> freelance projects.
>>>
>>> Thank you for your time and assistance. I look forward to any
>>> opportunities or leads that this esteemed community can provide.
>>>
>>> Best Regards,
>>>
>>> Damanjeet Singh
>>>
>>> --
>>> 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 discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/5820c60e-dcea-4bf3-b12e-7f7fe130ecb5n%40googlegroups.com
>>> 
>>> .
>>>
>> --
>> 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 discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CACTuhD%2B6ZxjET%2BQU-_d-4VSPXSqbd1pPFuxOZhWxA5CjpH%2BMcg%40mail.gmail.com
>> 
>> .
>>
> --
> 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 discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAP7pJ3jCxW674bOxViiPOzTeheR6nsH60p01Ego%3DiT9VvbRnKA%40mail.gmail.com
> 
> .
>

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACTuhDJGQePr0XhknTSc3L38qd1uvNrNf4cms-8OSa%2BxZu9HPA%40mail.gmail.com.


Re: Postgres connection error

2023-10-10 Thread ASAMOAH EMMANUEL
I often come across this issue, run this code but before you do, log in
into the postgres shell with a database with all privileges, let's say
postgre user and switch with your new database created and run: GRANT
CREATE ON SCHEMA public TO your_user;

On Tue, Oct 10, 2023 at 3:47 PM Joyce Mumbi 
wrote:

> Hello i have problem in deploying my back-end work could you kindly help
> me out Thank you
>
>
>
> [image: Mailtrack]
> 
>  Sender
> notified by
> Mailtrack
> 
>  10/10/23,
> 06:45:45 PM
>
> On Mon, 9 Oct 2023 at 17:15, Nana Bright Atsiatorme <
> nanabrightatsiato...@gmail.com> wrote:
>
>> ENGINE': 'django.db.backends.postgresql_psycopg2',
>> 'NAME': 'knapds',
>> 'USER': 'system',
>> 'PASSWORD': 'password',
>> 'HOST': 'localhost',
>> 'PORT': 5432,
>>
>>
>> Install pgadmin and run with the  setup with the credentials above
>> Make sure the it running the apply the migrations
>> The error is from the port number
>>
>>
>>
>>
>> --
>> 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 discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAEdj-JFtG3Yx4D0TvjTGjMTJJeZ-pquJ9CF5D0EHoMdjgULkhQ%40mail.gmail.com
>> 
>> .
>>
> --
> 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 discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAPTUz5ngaXhZzQ9cFNxEFAU4kPKtZpGQ%2Bjkhk2Sh2wiAYp_ukg%40mail.gmail.com
> 
> .
>

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABFHQYxF8oa9wOZvsXGqCdeL_WKip%2B9dHCRaw458Vh7K9d6j%3Dw%40mail.gmail.com.


Re: Postgres connection error

2023-10-10 Thread Joyce Mumbi
Hello i have problem in deploying my back-end work could you kindly help me
out Thank you



[image: Mailtrack]

Sender
notified by
Mailtrack

10/10/23,
06:45:45 PM

On Mon, 9 Oct 2023 at 17:15, Nana Bright Atsiatorme <
nanabrightatsiato...@gmail.com> wrote:

> ENGINE': 'django.db.backends.postgresql_psycopg2',
> 'NAME': 'knapds',
> 'USER': 'system',
> 'PASSWORD': 'password',
> 'HOST': 'localhost',
> 'PORT': 5432,
>
>
> Install pgadmin and run with the  setup with the credentials above
> Make sure the it running the apply the migrations
> The error is from the port number
>
>
>
>
> --
> 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 discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAEdj-JFtG3Yx4D0TvjTGjMTJJeZ-pquJ9CF5D0EHoMdjgULkhQ%40mail.gmail.com
> 
> .
>

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAPTUz5ngaXhZzQ9cFNxEFAU4kPKtZpGQ%2Bjkhk2Sh2wiAYp_ukg%40mail.gmail.com.