dynamicweb/utils
2017-08-27 16:42:14 +05:30
..
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 Fixed obtaining ga code from dict 2017-08-24 16:10:53 +02:00
fields.py
forms.py Formatted utils/forms.py 2017-07-16 16:35:55 +05:30
mailer.py
middleware.py
mixins.py
models.py Added card holders name in UserBillingAddress to_dict function 2017-07-16 22:34:49 +05:30
stripe_utils.py Formatted utils/stripe_utils.py 2017-08-24 10:31:57 +05:30
tasks.py Created send_plain_email_task celery task and calling it on contact send 2017-08-27 16:42:14 +05:30
test_forms.py
tests.py Added STRIPE_API_PRIVATE_KEY_TEST to the test case 2017-08-24 13:38:10 +02:00
views.py