Stripe Test Task
Welcome! The application is running successfully.
Next Steps:
- Apply database migrations:
make docker-migrate (or make migrate locally)
- Create a superuser for admin access:
make docker-createsuperuser (or make createsuperuser locally)
- Go to the Admin Panel to create Items.
- After creating an item (e.g., ID=1), visit its page:
/item/1 (replace 1 with the actual ID).
Note: Ensure your test Stripe keys are configured in the .env file.