Re: Recruitment

2020-09-23 Thread ule...@gmail.com
Hi, I am available Thanks, Op woensdag 23 september 2020 om 16:41:48 UTC+2 schreef harishth...@gmail.com: > I want a interested django user , DM mail for more details , all the > details including payment can be discussed ...looking for for you guys . -- You received this message because you

Re: Django/python free Training

2020-12-19 Thread ule...@gmail.com
i'm interested. Op vrijdag 18 december 2020 om 15:27:14 UTC+1 schreef rampage...@gmail.com: > Hi guys, > > I am manucho from Kenya and am good developer with django and python and i > want to teach people what i know .I want to start a youtube channel for > Django and python based tutorials ..I

Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread ule...@gmail.com
Hi, You can use https://pythonanywhere.com and create a free account or https://eu.pythonanywhere.com... How to put your site on pythonanyhere is explained on following tutorial https://help.pythonanywhere.com/pages/DeployExistingDjangoProject/ samples : task application : see https://ulefr03.eu

Re: Static Folder not loading

2021-01-29 Thread ule...@gmail.com
try *./manage.py findstatic test.css* Op vrijdag 29 januari 2021 om 15:52:44 UTC+1 schreef fcip...@gmail.com: > I’m sending from my phone so it won’t have markdown. > > It looks like your not defining all of them properly. Put a static folder > you’ll manually in trydjango/trydjango. This will b

Re: Django does't send email on the remote server

2021-02-23 Thread ule...@gmail.com
I have this same problem when i use smtp = out.telenet.be on my local server it works fine but when it use pythonanywhere.com i get OSError: [Errno 101] Network is unreachable Op dinsdag 23 februari 2021 om 11:06:09 UTC+1 schreef soko...@gmail.com: > I am trying to send an email when a user fill

Re: Django does't send email on the remote server

2021-02-25 Thread ule...@gmail.com
Any solution ? Op dinsdag 23 februari 2021 om 18:42:42 UTC+1 schreef ule...@gmail.com: > I have this same problem when i use smtp = out.telenet.be > on my local server it works fine but when it use pythonanywhere.com i get > OSError: [Errno 101] Network is unreachable > > Op dins

Re: Django does't send email on the remote server

2021-02-25 Thread ule...@gmail.com
i can send email when i use a local server 127.0.0.1:8000 but when i use pythonanywhere.com or eu.pythonanywhere.com i can not send mails Op donderdag 25 februari 2021 om 21:44:53 UTC+1 schreef Mike Dewhirst: > On 26/02/2021 7:26 am, ule...@gmail.com wrote: > > Any solution ? >

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread ule...@gmail.com
After installing python, you have to install PIP. To install PIP type in the following: python get-pip.py To install django tye in the following : pip install django Op donderdag 18 maart 2021 om 19:10:45 UTC+1 schreef simmonshas...@gmail.com: > I have installed python 3.9 and selected 'add to

Re: System Check Error

2021-03-18 Thread ule...@gmail.com
Hi, There is a problem with ordering of field Comment in your model .py within App_Blog Please show me your models.py . Op donderdag 18 maart 2021 om 21:20:01 UTC+1 schreef noyonba...@gmail.com: > What's the Problem? How do I solve it, anyone please suggest to me > -- You received this messag

Re: System Check Error

2021-03-18 Thread ule...@gmail.com
what you did > > > On Fri, Mar 19, 2021 at 2:27 AM ule...@gmail.com wrote: > >> Hi, >> There is a problem with ordering of field Comment in your model .py >> within App_Blog >> Please show me your models.py . >> >> Op donderdag 18 maart 2021 om 21:20

Re: Security issue in django.db.models

2020-08-07 Thread ule...@gmail.com
Null value is not the same as an empty string !!! You have to validate the robot_name see also : https://stackoverflow.com/questions/6940499/how-can-you-create-a-non-empty-charfield-in-django Op vrijdag 7 augustus 2020 om 15:11:48 UTC+2 schreef neera...@gmail.com: > It basically sets a null val