Open PrasannaVenkadesh opened 10 years ago
@PrasannaVenkadesh Hi, Thanks . Will have a look. email_and_fax is a stub right now, but there should be no reason for the error. Which branch did you work on : master or the au_pluggable ?
hi, did you check the au_pluggable branch. Can you verify if the issue still exists with the latest commit ?
Just cloned the project and after done with environment setup, tried to fire up the development server and got "ImportError: No module named email_and_fax".
Went through, settings.py and found "demographics.email_and_fax" under INSTALLED_APPS. So there isn't any problem with settings file.
On navigating to demographics directory, I couldn't find anything except the init file. Is the module not tracked by Git? or removed recently?