NewsBlur/vendor/zebra
2020-06-17 03:19:41 -04:00
..
conf Stripe.js payments using zebra. Adding zebra as a vendored dependency. Webhooks and views all in. Needs styling, custom username and email fields, and loads of testing. 2012-02-27 21:46:34 -08:00
management upgrade management commands to python3 2020-06-17 00:31:31 -04:00
migrations create migration file for zebra 2020-06-17 03:19:41 -04:00
static/zebra Stripe.js payments using zebra. Adding zebra as a vendored dependency. Webhooks and views all in. Needs styling, custom username and email fields, and loads of testing. 2012-02-27 21:46:34 -08:00
templates/zebra Adding models for payment history. 2012-12-03 14:35:21 -08:00
templatetags Stripe.js payments using zebra. Adding zebra as a vendored dependency. Webhooks and views all in. Needs styling, custom username and email fields, and loads of testing. 2012-02-27 21:46:34 -08:00
__init__.py Stripe.js payments using zebra. Adding zebra as a vendored dependency. Webhooks and views all in. Needs styling, custom username and email fields, and loads of testing. 2012-02-27 21:46:34 -08:00
admin.py upgrade to django 1.6 and make migrations 2020-06-05 11:00:54 -04:00
forms.py add use_required_attribute=False to prevent required attribute from being added to html (maintaining original behavior) 2020-06-11 11:45:50 -04:00
mixins.py Adding models for payment history. 2012-12-03 14:35:21 -08:00
models.py update all models.py files to python3 and django2.0 2020-06-17 00:17:32 -04:00
signals.py Stripe.js payments using zebra. Adding zebra as a vendored dependency. Webhooks and views all in. Needs styling, custom username and email fields, and loads of testing. 2012-02-27 21:46:34 -08:00
urls.py update the way app_name argument is used in urls.py 2020-06-11 08:08:26 -04:00
utils.py Stripe.js payments using zebra. Adding zebra as a vendored dependency. Webhooks and views all in. Needs styling, custom username and email fields, and loads of testing. 2012-02-27 21:46:34 -08:00
views.py change get_model() to apps.get_model() 2020-06-11 03:52:30 -04:00
widgets.py Adding models for payment history. 2012-12-03 14:35:21 -08:00