Hi all, I have managed to install django-sms-gateway for use in my application, but I run into a few problems.
The structure of the package is such that the 3 models are inside a models directory. So far, everything looks like its in place; there is an __init.py__ file in the models directory complete with proper code and each model file is aptly described with the app_label meta. However, I still cannot get the code to run. The errors I get after tweaking include: cannot import name Gateway no model named model What to do? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

