You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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 ?
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?
The text was updated successfully, but these errors were encountered: