python instagram bot to upload posts

2022-06-13 Thread Abhinandan K
hello every one i'm trying to create a python instagram bot to upload posts.. error-gives-", line 132, in upload_photo if not compatible_aspect_ratio(get_image_size(photo)): File "/Users/mac/Documents/Abhinandan_Projects/complete_BOT_project/milestone_5/env/lib/python3.10/site-packages/insta

Re: Django email | Gmail | Outlook

2022-06-13 Thread Abdul Qoyyuum
There are other alternatives if you use Django-Anymail package. Go to https://anymail.dev/en/stable/ to see a list of supported 3rd party email services. Some have free limits for you to use. Good luck! On Monday, May 30, 2022 at 7:22:38 PM UTC+8 devfem...@gmail.com wrote: > *Google* no longer

Re: Need best tutorial

2022-06-13 Thread Abdul Qoyyuum
Don't go straight to web development until you understand how Python works, especially when dealing with imports and managing variables in different scopes. I recommend learning from https://automatetheboringstuff.com as well as the Dive Into Python3. Both have some decent level of practice pro

Re: Can't login with Username

2022-06-13 Thread Abdul Qoyyuum
Create another superuser with python manage.py createsuperuser --username=joe --email=j...@example.com And then, login with joe and your new password. On Monday, June 13, 2022 at 9:39:04 PM UTC+8 sudip.flyon...@gmail.com wrote: > Hi All, > > I am practicing Django since 3 months and recently I

Can't login with Username

2022-06-13 Thread Sudip Khokhar
Hi All, I am practicing Django since 3 months and recently I encountered an issue with my practice project as I made a super user and didn't added email to it. Then after I set email as the USERNAME_FIELD = 'email' in my django model to access the database. But not I don't know how to add email