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

Dynamically importing settings in modelupdate.py #9

Open
kavinatfantain opened this issue Aug 31, 2015 · 1 comment
Open

Dynamically importing settings in modelupdate.py #9

kavinatfantain opened this issue Aug 31, 2015 · 1 comment

Comments

@kavinatfantain
Copy link
Collaborator

Setting has being imported as a django app specific, which creates import issue during application deployment. Thus make it dynamic to avoid deployment errors.

@kavinatfantain
Copy link
Collaborator Author

from app import settings has been removed. The current app installed path has been taken and appended with the names file path.

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

No branches or pull requests

1 participant