Welcome to the product!
If you haven't loaded the test fixtures, you will need to create three
organizations for the demo to work:
- A payment processor (stripe or razorpay with pk=settings.PROCESSOR_ID)
- A broker platform (with slug=settings.PLATFORM)
- A subscriber (with slug=request.user)
You will also need to create:
- A Role such that request.user is a *manager* of subscriber.
- a Plan with slug='basic' and advance discount of zero.
{% endblock %}
{% block bodyscripts %}
{% endblock %}