Deploying Django Project on heroku

61 views
Skip to first unread message

Sunday Iyanu Ajayi

unread,
Apr 25, 2020, 2:14:16 PM4/25/20
to django...@googlegroups.com
I have spent over 2weeks on deploying a django project to heroku but I keep getting error messages such as :

My WhiteNoise is not configured  and I have followed all the tutorials recommended  and yet same thing.

Please who has a guide I can follow that is very updated.
Thank you.

sagar ninave

unread,
Apr 25, 2020, 2:18:10 PM4/25/20
to django...@googlegroups.com
Do you installed whitenoise package 
If not then run this command 
Pip insatll whitenoise

--
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 to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAKYSAw2PsC452Sk5_1e_sMy3HuZ3zWrFh5p6CVn6K-KsVF1Rqg%40mail.gmail.com.
--

sagar ninave

unread,
Apr 25, 2020, 2:18:31 PM4/25/20
to django...@googlegroups.com

Motaz Hejaze

unread,
Apr 25, 2020, 2:41:24 PM4/25/20
to Django users
why the hell would anyone try to deploy for 2 weeks !!!!

please follow this tutorial . i personally used it and worked for me twise ..

also read the comments section ..

https://www.codementor.io/@jamesezechukwu/how-to-deploy-django-app-on-heroku-dtsee04d4

Jorge Gimeno

unread,
Apr 25, 2020, 6:02:52 PM4/25/20
to django...@googlegroups.com
--
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 to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAKYSAw2PsC452Sk5_1e_sMy3HuZ3zWrFh5p6CVn6K-KsVF1Rqg%40mail.gmail.com.

This is one that's current and I have used before:  https://github.com/jlgimeno/wagtail-heroku-deployment

-Jorge

Sunday Iyanu Ajayi

unread,
May 3, 2020, 9:46:11 PM5/3/20
to django...@googlegroups.com
I have but it keeps telling  that it is misconfigured 

Motaz Hejaze

unread,
May 3, 2020, 10:06:01 PM5/3/20
to Django users
Let us have a zoom meeting to fix it

Sunday Iyanu Ajayi

unread,
May 9, 2020, 12:16:37 AM5/9/20
to django...@googlegroups.com
Hi Motaz, 
Thank you so much.
Is today cool?
What time (in GMT+1) will be cool for you?

Sunday Iyanu Ajayi

unread,
May 9, 2020, 12:20:46 AM5/9/20
to django...@googlegroups.com
image.png
This is the errors I keep getting

I created the app on my heroku cli, 
git add 
git commit 
git push to heroku
On Sun, May 3, 2020 at 11:05 PM Motaz Hejaze <trapp...@gmail.com> wrote:

ola neat

unread,
May 9, 2020, 12:51:01 PM5/9/20
to django...@googlegroups.com

Sunday Iyanu Ajayi

unread,
May 9, 2020, 1:51:53 PM5/9/20
to django...@googlegroups.com

Akshat Zala

unread,
May 13, 2020, 3:16:17 PM5/13/20
to Django users
Which version of django are you using?
To unsubscribe from this group and stop receiving emails from it, send an email to django...@googlegroups.com.
--

--
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 to django...@googlegroups.com.

--
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 to django...@googlegroups.com.

--
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 to django...@googlegroups.com.

--
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 to django...@googlegroups.com.

--
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 to django...@googlegroups.com.
Message has been deleted

Sunday Iyanu Ajayi

unread,
May 13, 2020, 7:26:06 PM5/13/20
to django...@googlegroups.com
Django 3.0.5
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cc15cc9f-c4e6-4eff-bcaa-7c2c2fa77ce3%40googlegroups.com.
Message has been deleted

Akshat Zala

unread,
May 14, 2020, 2:57:51 AM5/14/20
to Django users
If possible, please downgrade the django version to django2.2 LTS and try again...

Shyam Acharjya

unread,
May 14, 2020, 3:50:38 AM5/14/20
to django...@googlegroups.com
dude the error is staring at you. have you read the logs? just update the whitenoise library. django.utils.six is deprecated. if you want to use six you have to import it independently.

On Thu, May 14, 2020 at 8:28 AM Akshat Zala <aksha...@gmail.com> wrote:
If possible, please downgrade the django version to django2.2 LTS and try again...

--
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 to django-users...@googlegroups.com.

Sunday Iyanu Ajayi

unread,
May 14, 2020, 7:10:42 PM5/14/20
to django...@googlegroups.com
Thank you. I will do that
On Thu, May 14, 2020 at 3:58 AM Akshat Zala <aksha...@gmail.com> wrote:
If possible, please downgrade the django version to django2.2 LTS and try again...

--
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 to django-users...@googlegroups.com.

Akshat Zala

unread,
May 16, 2020, 1:39:03 PM5/16/20
to Django users
Did the  downgrading  django==2.2 LTS worked?


On Friday, 15 May 2020 00:40:42 UTC+5:30, Sunday Iyanu Ajayi wrote:
Thank you. I will do that
AJAYI Sunday 

On Thu, May 14, 2020 at 3:58 AM Akshat Zala <aksha...@gmail.com> wrote:
If possible, please downgrade the django version to django2.2 LTS and try again...

--
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 to django...@googlegroups.com.

Sunday Iyanu Ajayi

unread,
May 16, 2020, 6:37:27 PM5/16/20
to django...@googlegroups.com
Hi Akshat,

It worked
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/748afd17-f2be-4380-9c3d-8e0d11d35c91%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages