django-getpaid / django-plans

Django application for managing account plans and quotas
MIT License
509 stars 127 forks source link

(WIP) add billing_info_create_or_update #147

Closed PetrDlouhy closed 2 years ago

PetrDlouhy commented 3 years ago

Add simple view to redirect either to billing update or to billing create depending on existence of billing info. Also udate url() to path()/re_path() in urls.py.

PetrDlouhy commented 2 years ago

This is overpassed by #162