Re: need help

2023-07-05 Thread DieHardMan 300
On the server, change the following in settings
DEBUG = True# django will tell what cause the error 
instead of error500
ALLOWED_HOST = ["*"]# this allow all hosts but you should do this only 
for testing
most of the time, error 500 often cause from database connection 
problems in server side, you should create new user in database and give 
permissions to that user (do no use root user)
ในวันที่ วันพฤหัสบดีที่ 6 กรกฎาคม ค.ศ. 2023 เวลา 0 นาฬิกา 49 นาที 56 วินาที 
UTC+7 Bouka Largent เขียนว่า:

> hello 
>
> Le mar. 4 juil. 2023, 4:44, Theresa Taye  a écrit :
>
>> Hello,
>>
>> You see a Server error because Debug is set to False. To know what the 
>> actual error is, turn it back to True. Then when you are done debugging you 
>> can change that especially if you are pushing to production.
>>
>> On Tue, 4 Jul 2023 at 16:21, Abdoulaye SENE  
>> wrote:
>>
>>> thanks for the help. but after  writing ["*"] i see   Server Error (500)
>>>
>>> Le mardi 4 juillet 2023 à 14:46:01 UTC, ALBERT ASHABA AHEEBWA a écrit :
>>>
 Sorry I meant turn 
 DEBUG = True




 Best Regards,

 Albert Ashaba Aheebwa
 +256 781 435857 <+256%20781%20435857>

 On Tue, 4 Jul 2023, 17:44 ALBERT ASHABA AHEEBWA, <
 ashabaahe...@gmail.com> wrote:

> Go to your settings.py and look for allowed_hosts and make it 
> ALLOWED_HOSTS = ["*"]
>
> or better yet, if you are in development, turn
> DEBUG = False
>
>
>
> Best Regards,
>
> Albert Ashaba Aheebwa
> +256 781 435857 <+256%20781%20435857>
>
> On Tue, 4 Jul 2023, 17:38 Abdoulaye SENE,  
> wrote:
>
>> hello,
>> while programming, i see this problem : " CommandError: You must set 
>> settings.ALLOWED_HOSTS if DEBUG is False."
>> i wonder if someone can help me to fix it.
>>
>> -- 
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/171c894c-5f04-445d-939f-c6c949caae35n%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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/82b9160b-6056-4cc6-9fa5-6d52de5512a1n%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...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAENBRfMNWVA-_jm0eUiDGSL-1kQJvDsLnXGjZ870aivXFEDfCA%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/8663160e-338a-44f6-97df-9c6fab6b1cecn%40googlegroups.com.


Re: need help

2023-07-05 Thread Bouka Largent
hello

Le mar. 4 juil. 2023, 4:44, Theresa Taye  a
écrit :

> Hello,
>
> You see a Server error because Debug is set to False. To know what the
> actual error is, turn it back to True. Then when you are done debugging you
> can change that especially if you are pushing to production.
>
> On Tue, 4 Jul 2023 at 16:21, Abdoulaye SENE 
> wrote:
>
>> thanks for the help. but after  writing ["*"] i see   Server Error (500)
>>
>> Le mardi 4 juillet 2023 à 14:46:01 UTC, ALBERT ASHABA AHEEBWA a écrit :
>>
>>> Sorry I meant turn
>>> DEBUG = True
>>>
>>>
>>>
>>>
>>> Best Regards,
>>>
>>> Albert Ashaba Aheebwa
>>> +256 781 435857 <+256%20781%20435857>
>>>
>>> On Tue, 4 Jul 2023, 17:44 ALBERT ASHABA AHEEBWA, 
>>> wrote:
>>>
 Go to your settings.py and look for allowed_hosts and make it
 ALLOWED_HOSTS = ["*"]

 or better yet, if you are in development, turn
 DEBUG = False



 Best Regards,

 Albert Ashaba Aheebwa
 +256 781 435857 <+256%20781%20435857>

 On Tue, 4 Jul 2023, 17:38 Abdoulaye SENE, 
 wrote:

> hello,
> while programming, i see this problem : " CommandError: You must set
> settings.ALLOWED_HOSTS if DEBUG is False."
> i wonder if someone can help me to fix it.
>
> --
> 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/171c894c-5f04-445d-939f-c6c949caae35n%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/82b9160b-6056-4cc6-9fa5-6d52de5512a1n%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/CAENBRfMNWVA-_jm0eUiDGSL-1kQJvDsLnXGjZ870aivXFEDfCA%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/CAGFr1Ekoi7Pudgm0GRzPK7eVLkMoQz-tkmS%2Bc20gAhrZHwJe_Q%40mail.gmail.com.


Re: Freelance Django and Python work

2023-07-05 Thread kumbhaj shukla
On Wed, Jul 5, 2023, 8:27 PM Dawn Wages  wrote:

> Hi Uri,
>
> Are you still looking for a freelancer? I'm currently a Python Developer
> Advocate at Microsoft, but I'm looking to pick up a bit of extra freelance
> work. Here's my resume
> 
> .
>
> Best,
>
> DW
>
> *Dawn Wages *
> Web, Data & Ethical OSS Engineer
> https://calendly.com/dawn-wages
> www.dawnwages.info
> +1 215 294 0320
>
>
>
>
>
>
> *✊* antiracist open source license and SDK: www.AtTheRoot.dev
>  and newsletter
>  (RSS)
> 
>
> *✨** frequently updated *calendar * and *
> *occasional* newsletter  (RSS)
> * about A11y, django, wagtail,
> tech for good*
>
>
> ‪On Tue, Jun 13, 2023 at 7:29 AM ‫אורי‬‎  wrote:‬
>
>> Hi,
>>
>> I'm looking for a programmer to hire as a freelancer for Django and
>> Python work.
>>
>> - Experience with Python and Django
>> - Experience with open source
>> - Committed to the Django repository on GitHub - an advantage
>> - Committed to other open-source projects in Python - an advantage
>> - Experience with Stack Overflow -  an advantage
>> - BSc or BA in computers or science (math, physics) -  an advantage
>> - Knowledge of HTML, CSS, and JavaScript - an advantage
>> - Can issue receipts
>>
>> I need about 5 hours per month on average. Some months I might need up to
>> 15 hours per month. Some months I might not need anything. The work is
>> remote. My project is open source. I can give you a free license to
>> PyCharm. My website is at https://en.speedy.net/ and
>> https://github.com/speedy-net/speedy-net
>>
>> To apply please send one email to jobs+jango-freelan...@speedy.net, with
>> your name, your email address, where you live, your experience, how many
>> commits you committed to Django, how many commits you committed to other
>> open source projects, a link to your profile on LinkedIn, a link to your
>> profile on GitHub, a link to your profile on Stack Overflow, your diploma
>> if you have any, how much you charge per hour and in which currency (I
>> prefer USD or Euro), and if you can issue receipts. If you don't have a
>> profile on one of the above websites please mention this too.
>>
>> Thanks,
>> Uri Rodberg, Speedy Net.
>> אורי
>> u...@speedy.net
>>
>> --
>> 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/CABD5YeHjQyFa75Mgq7nzcJ6AoX-WDeu75OOPfa2OngG2VTMaDQ%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/CAN2_Vwu_vEztv-Wz5ihFt%2B21MzNXW%3DMfvKPFMUA5-xMFmpVA%2Bg%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/CAPjc%3DUWO4dCZOgQgd7DV8Y1%3DcmT2RpaVuQWXn_%3DgE6cXjFiXcA%40mail.gmail.com.


CV_Kumbhaj-Shukla.pdf
Description: Adobe PDF document


Re: Freelance Django and Python work

2023-07-05 Thread Dawn Wages
Hi Uri,

Are you still looking for a freelancer? I'm currently a Python Developer
Advocate at Microsoft, but I'm looking to pick up a bit of extra freelance
work. Here's my resume

.

Best,

DW

*Dawn Wages *
Web, Data & Ethical OSS Engineer
https://calendly.com/dawn-wages
www.dawnwages.info
+1 215 294 0320






*✊* antiracist open source license and SDK: www.AtTheRoot.dev
 and newsletter
 (RSS)


*✨** frequently updated *calendar * and *
*occasional* newsletter  (RSS)
* about A11y, django, wagtail,
tech for good*


‪On Tue, Jun 13, 2023 at 7:29 AM ‫אורי‬‎  wrote:‬

> Hi,
>
> I'm looking for a programmer to hire as a freelancer for Django and Python
> work.
>
> - Experience with Python and Django
> - Experience with open source
> - Committed to the Django repository on GitHub - an advantage
> - Committed to other open-source projects in Python - an advantage
> - Experience with Stack Overflow -  an advantage
> - BSc or BA in computers or science (math, physics) -  an advantage
> - Knowledge of HTML, CSS, and JavaScript - an advantage
> - Can issue receipts
>
> I need about 5 hours per month on average. Some months I might need up to
> 15 hours per month. Some months I might not need anything. The work is
> remote. My project is open source. I can give you a free license to
> PyCharm. My website is at https://en.speedy.net/ and
> https://github.com/speedy-net/speedy-net
>
> To apply please send one email to jobs+jango-freelan...@speedy.net, with
> your name, your email address, where you live, your experience, how many
> commits you committed to Django, how many commits you committed to other
> open source projects, a link to your profile on LinkedIn, a link to your
> profile on GitHub, a link to your profile on Stack Overflow, your diploma
> if you have any, how much you charge per hour and in which currency (I
> prefer USD or Euro), and if you can issue receipts. If you don't have a
> profile on one of the above websites please mention this too.
>
> Thanks,
> Uri Rodberg, Speedy Net.
> אורי
> u...@speedy.net
>
> --
> 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/CABD5YeHjQyFa75Mgq7nzcJ6AoX-WDeu75OOPfa2OngG2VTMaDQ%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/CAN2_Vwu_vEztv-Wz5ihFt%2B21MzNXW%3DMfvKPFMUA5-xMFmpVA%2Bg%40mail.gmail.com.


Re: freelance Python fullstack

2023-07-05 Thread Kc Biradar
I am interested in this position.

I am doing django for last 2 years.


Thanks Regards

kcbiradar

On Mon, 3 Jul, 2023, 8:52 pm akam...@gmail.com,  wrote:

> Développeur passionné et expérimenté à la recherche d'un projet Django
> engageant pour mettre en œuvre mes compétences et relever de nouveaux
> défis. Avec une solide expérience en développement web et une expertise
> approfondie de Django, je suis capable de concevoir et de mettre en œuvre
> des applications web, pwa , mobiles robustes et évolutives. Je suis
> familier avec les meilleures pratiques de développement, telles que la
> modularité, la réutilisation du code et les tests automatisés.
>
> --
> 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/fdbaa3a5-b861-4318-89e9-58fd64c3af6an%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/CAPf18cAQ-cs77HhvUxtLuRcWU2_G5uyM%3D-5chGaiCe2uyR2gog%40mail.gmail.com.