Wednesday, August 31, 2011

django-sms-gateway

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?

No comments:

Post a Comment