Re: Issue with Heroku Getting Started

2020-05-16 Thread John McClain
did it work? On Sat, 16 May 2020 at 01:37, Jorge Gimeno wrote: > > > On Fri, May 15, 2020 at 5:27 PM John McClain > wrote: > >> try removing this >> >> django-utils==0.0.2 >> >> from requirements then run again to see next error >> > > Good catch! I'll bet there's a name collision here. > > -J

Re: Issue with Heroku Getting Started

2020-05-15 Thread Jorge Gimeno
On Fri, May 15, 2020 at 5:27 PM John McClain wrote: > try removing this > > django-utils==0.0.2 > > from requirements then run again to see next error > Good catch! I'll bet there's a name collision here. -Jorge -- You received this message because you are subscribed to the Google Groups "D

Re: Issue with Heroku Getting Started

2020-05-15 Thread John McClain
try removing this django-utils==0.0.2 from requirements then run again to see next error On Fri, 15 May 2020 at 21:23, J Maryott wrote: > C:\Users\jakem\python-getting-started>pip freeze > asgiref==3.2.7 > dj-database-url==0.5.0 > Django==3.0.6 > django-heroku==0.3.1 > django-utils==0.0.2 > gu

Re: Issue with Heroku Getting Started

2020-05-15 Thread Jorge Gimeno
Is this in a virtual environment? Are you using pipenv? -Jorge On Fri, May 15, 2020 at 1:24 PM J Maryott wrote: > C:\Users\jakem\python-getting-started>pip freeze > asgiref==3.2.7 > dj-database-url==0.5.0 > Django==3.0.6 > django-heroku==0.3.1 > django-utils==0.0.2 > gunicorn==20.0.4 > psycopg2

Re: Issue with Heroku Getting Started

2020-05-15 Thread J Maryott
C:\Users\jakem\python-getting-started>pip freeze asgiref==3.2.7 dj-database-url==0.5.0 Django==3.0.6 django-heroku==0.3.1 django-utils==0.0.2 gunicorn==20.0.4 psycopg2==2.8.5 pytz==2020.1 sqlparse==0.3.1 whitenoise==5.0.1 On Friday, May 15, 2020 at 11:29:29 AM UTC-4, jlgimeno71 wrote: > > > > On T

Re: Issue with Heroku Getting Started

2020-05-15 Thread Jorge Gimeno
On Thu, May 14, 2020 at 5:02 AM J Maryott wrote: > Wondering if anyone may be able to shed some light on this...I've cloned > the latest dev. version of Django from Git, and though I'm a bit of a > newbie here, and this might sound totally dumb to the professionals (I'm > unsure), I also tried

Issue with Heroku Getting Started

2020-05-14 Thread J Maryott
Wondering if anyone may be able to shed some light on this...I've cloned the latest dev. version of Django from Git, and though I'm a bit of a newbie here, and this might sound totally dumb to the professionals (I'm unsure), I also tried pip install django.utilsas a last ditch effort. I