Re: migrations problem in django

2022-06-02 Thread Steve Smith
Looks like a spelling error at first glancemax_length...not max_lenght That's my first guess... From: django-users@googlegroups.com on behalf of Paras Kashyap Sent: Wednesday, June 1, 2022 12:00 PM To: Django users Subject: migrations problem in django

beginner

2022-06-02 Thread bode moses
Greetings please i am a beginner on django, i need material like video and soft copy reading materials thanks -- 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

CICD Pipeline(Heroku)Yml, error

2022-06-02 Thread Prashanth Patelc
I am hosting my app in Heroku using CICD Pipeline I am getting this error .Please help to solve this issue. Already up to date. 43 Everything up-to-date 44

Re: Django email | Gmail | Outlook

2022-06-02 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
thanks for the hint on gmailapi i figure they had something outlook has an azure server plugin (same idea) just an fyi i was taking a more generalized approach to the issue as an isp i have customers spanning several different providers needing a more generalized solution. gmail, office,

Re: migrations problem in django

2022-06-02 Thread Ayser shuhaib
You probably have a Integer field in one of your models with max_length arguments, so remove that argument and that should solve the problem On Thu, 02 Jun 2022 at 01:37, Mike Dewhirst wrote: > On 2/06/2022 3:00 am, Paras Kashyap wrote: > > TypeError: Field.__init__() got an unexpected keyword