Re: Heroku push failed

2017-02-05 Thread Constantine Covtushenko
Hi Jonathan, Sorry for stupid question but you did not specify that exactly. Did you add that module in requirements.txt or requirements.pip? Can you double check that? On Sun, Feb 5, 2017 at 2:54 PM, Jonathan Cheng wrote: > In Win10 > when i run "git push heroku

Heroku push failed

2017-02-05 Thread Jonathan Cheng
In Win10 when i run "git push heroku master" the traceback showed: "python manage.py collectstatic" ,the python file ImportError: No module named 'markdown_deux' but i have installed the django-markdown-deux why i met this traceback?