Re: Django external libraries

2019-04-08 Thread Saeed Pooladzadeh
Hello I am trying to install instabot. It a famous Instagram bot. Yes, I can install it. Should I add anything in wsgi.py section because when I try to run the project IDE shows error in this section. در یکشنبه 7 آوریل 2019، ساعت 14:28:18 (UTC+4:30)، Saeed Pooladzadeh نوشته: > > Hello > > I've

Re: Django external libraries

2019-04-07 Thread Gabo LaTo
Hi Saed. Maybe what you are trying to install does not need a migration. What is it? But the lack of error message it's an improvement. Are you able to use the library you installed now? El dom., 7 abr. 2019 a las 12:40, Saeed Pooladzadeh () escribió: > I did what you say, but when I run the mig

Re: Django external libraries

2019-04-07 Thread Saeed Pooladzadeh
I did what you say, but when I run the migration I see this: Running migrations: No migrations to apply. Executing manage.py migrate Operations to perform: Apply all migrations: (none) Running migrations: No migrations to apply. Is it mean the migration has happened before? How can I unde

Re: Django external libraries

2019-04-07 Thread Asif Saif Uddin
try to make MIDDLEWARE_CLASSES to MIDDLEWARE first, you didn't mentioned the version of django and the extension you installed. On Sunday, April 7, 2019 at 3:58:18 PM UTC+6, Saeed Pooladzadeh wrote: > > Hello > > I've added an external library in django. I have installed in installed > apps but

Re: Django external libraries

2019-04-07 Thread Saeed Pooladzadeh
I removed them but still see the error. در یکشنبه 7 آوریل 2019، ساعت 14:28:18 (UTC+4:30)، Saeed Pooladzadeh نوشته: > > Hello > > I've added an external library in django. I have installed in installed > apps but when I try to migrate the model I keep getting this error: > > ERRORS: > ?: (admin.E4

Re: Django external libraries

2019-04-07 Thread Manas Nikam
Remove the bottom two duplicate middleware already present and try again On Sun, Apr 7, 2019, 3:28 PM Saeed Pooladzadeh wrote: > Hello > > I've added an external library in django. I have installed in installed > apps but when I try to migrate the model I keep getting this error: > > ERRORS: >