@arada
3 snippets ( private)
Filter by Tags
Django Dual User System - Admin vs API Users
Maintain separate Django admin and API user systems with custom User model
admin
authentication
django
Python
Complete Django REST Framework Authentication (JWT + Email)
Full DRF authentication system with JWT tokens, email verification, password reset, bcrypt hashing, and custom auth backend
authentication
django
drf
+2
Python
Django Multiple Subdomains (django-hosts)
Handle multiple subdomains in one Django project using django-hosts library
django
nginx
subdomains
Python