dreaswar / AuShadha

AuShadha (औषध): Means medicine in Sanskrit. This is a Electronic Medical Records (EMR) and Public Health Management for small clinics written in Django and Dojo
http://dreaswar.github.com/AuShadha/
Other
73 stars 37 forks source link

email_and_fax module missing #17

Open PrasannaVenkadesh opened 10 years ago

PrasannaVenkadesh commented 10 years ago

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?

dreaswar commented 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 ?

dreaswar commented 10 years ago

hi, did you check the au_pluggable branch. Can you verify if the issue still exists with the latest commit ?