-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception Value: 'module' object has no attribute 'EUTaxationPolicy' #50
Comments
Does solution is to change? And one more question if I can ask. Is it really designed so that at the start we need to "Change" the plan, in the next step we see change of plan with amounts of 0, and then again we need to press "Buy" on plan we selected before, and only then pay the amount? Why not the "Buy" buttons for every plan/period already at the start? |
@wildd There is many different ways how you can implement users contract for which plan he have. Here is how it is implemented in django-plans.
I hope this is answering your question in detail. |
Hi! I am trying out your app, I have successfully configured all, but I keep getting this error, while pressing "Change" button to any of my defined plans.
In settings file:
PLANS_TAXATION_POLICY = 'plans.taxation.EUTaxationPolicy'
Traceback ..
Exception Value: 'module' object has no attribute 'EUTaxationPolicy'
/home/user/workspace/env/local/lib/python2.7/site-packages/plans/importer.py in import_name
It seems wrong to me to use init.py, if "EUTaxationPolicy" is defined in eu.py, or maybe I don't understand something (still learning Python & Django).
Thanks!
The text was updated successfully, but these errors were encountered: