Filters
All Snippets
Found 5 snippets
Django Dual User System - Admin vs API Users
by @arada • 3 weeks, 3 days ago
Maintain separate Django admin and API user systems with custom User model
Complete Django REST Framework Authentication (JWT + Email)
by @arada • 3 weeks, 4 days ago
Full DRF authentication system with JWT tokens, email verification, password reset, bcrypt hashing, and custom …
Django Multiple Subdomains (django-hosts)
by @arada • 3 weeks, 5 days ago
Handle multiple subdomains in one Django project using django-hosts library