dynamicweb/utils
2017-08-17 12:43:42 +02:00
..
migrations Added migration file for missing card holder's name in utils_billing_address 2017-08-10 23:14:51 +05:30
__init__.py
admin.py
apps.py
context_processor.py
fields.py
forms.py Formatted utils/forms.py 2017-07-16 16:35:55 +05:30
mailer.py
middleware.py Fixed some flake8 warnings 2017-07-03 23:53:37 +02:00
mixins.py
models.py Added card holders name in UserBillingAddress to_dict function 2017-07-16 22:34:49 +05:30
stripe_utils.py Refactored code and added delete_stripe_plan method 2017-08-17 12:42:34 +02:00
test_forms.py
tests.py Refactored and added test_delete_unexisting_plan_should_fail 2017-08-17 12:43:42 +02:00
views.py