Complete guides for using DjangoZen
DjangoZen is a digital marketplace where you can discover and purchase high-quality digital products including e-books, software, SaaS solutions, and digital assets.
To create a DjangoZen account:
Access your account settings to:
We accept:
After purchase, you'll receive:
You can re-download your purchased products at any time:
If you experience download issues:
| License | Use Case | Permissions |
|---|---|---|
| Personal | Individual, non-commercial use | Single user, personal projects |
| Commercial | Business and commercial projects | Multiple users, client work, revenue-generating projects |
| Extended | Resale and redistribution | All commercial rights plus resale/redistribution |
Access your licenses from your account dashboard:
Some products have activation limits based on the license type. If you reach your limit, you can:
DjangoZen provides a REST API for developers to integrate our services into their applications.
All API requests require authentication using API keys:
API requests are rate-limited to ensure fair usage:
Detailed documentation for our premium products.
Production-ready REST API boilerplate with JWT + API Key authentication, RBAC, versioned endpoints, webhooks, audit logging, rate limiting, and health checks.
| Method | How to Use |
|---|---|
| JWT | POST to /api/v1/auth/login/ → use Authorization: Bearer <token> |
| API Key | Create via /api/v1/auth/api-keys/ → use X-API-Key: <key> |
| OAuth2 | Redirect to /api/v1/auth/oauth/google/ or /api/v1/auth/oauth/github/ |
| 2FA | Setup via /api/v1/auth/2fa/setup/, verify with authenticator app |
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v1/auth/register/ | Register user |
| POST | /api/v1/auth/login/ | Get JWT tokens |
| GET | /api/v1/resources/ | List resources |
| POST | /api/v1/resources/ | Create resource |
| PUT | /api/v1/resources/{slug}/ | Update resource |
| DELETE | /api/v1/resources/{slug}/ | Delete resource |
| GET | /api/v1/webhooks/endpoints/ | List webhooks |
| GET | /health/full/ | Full health check |
| Auth Type | Rate | Burst |
|---|---|---|
| Anonymous | 100/hour | 30/min |
| JWT User | 2,000/hour | 30/min |
| API Key (Standard) | 5,000/hour | 30/min |
| API Key (Premium) | 50,000/hour | 30/min |
resource.created, resource.updated, resource.deleted)X-Webhook-Signature headerIf you can't find a solution:
Help us improve our documentation