{% extends "base.html" %} {% block content %}
Welcome to the testsite for djaodjin-saas!
This is the ugliest site you will either see. Only the bare minimal markup necessary to validate the functionality of the project was used. This way makes it a lot easier to understand what truly matters.
Next Sign-in to the admin site with the superuser you created through the python ./manage.py createsuperuser command. Then start by creating a few plans and discounts if you haven't prepopulated the site with dummy data (python ./manage.py load_test_transactions).
Once at least one plan is active, you can browse to the Pricing page and follow the logic a user would go through to sign up for the service.
If you are browsing to the Pricing page and get a 404 error, it is most likely you haven't loaded initial data to represent the website broker (python ./manage.py loaddata testsite/fixtures/initial_data.json).