1👍
Did you remember to commit your requirements.txt
. I think Heroku installs only the dependencies from the committed requirements.txt
and completely disregards any packages you may have installed locally.
- [Answered ]-Why I get three password fields when I define my custom registration form in Django?
- [Answered ]-Mail sent using send_mail() [Python – Django] does not send embedded images
- [Answered ]-Python/Django render enumerated list to table
- [Answered ]-Model with instance won't save to DB but no error message in Django
- [Answered ]-Simplify django init on getting model object
Source:stackexchange.com