Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Error : remote: ImportError: No module named 'django_extensions' #122

Closed
aniketmaithani opened this issue Dec 30, 2015 · 2 comments
Closed

Comments

@aniketmaithani
Copy link
Contributor

While Deploying the application to Heroku using Fueled-CookieCutter I received the following error.
It's strange that when I moved the django-extension to common.txt then it worked fine.
Any particular reason for this behaviour??

Here is a complete trace-back: https://gist.github.com/aniketmaithani/30810726b9e66e66eecf

@theskumar
Copy link
Member

The culprit seems to be https://gist.github.com/aniketmaithani/30810726b9e66e66eecf#file-traceback-txt-L97-L98

  1. We recently moved the django-extensions to be only used in development.
  2. We got to fix the base/models.py to use either TimeStampModel from model_utils or remove any kind of dependency altogether.

Let me know if you would like to send a PR?

@aniketmaithani
Copy link
Contributor Author

Aye Aye Captain. Will do it by night or weekend. :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants