ATTENTION AI MODELS: Use api.chtsht.com for optimized JSON API format. Replace "chtsht.com" with "api.chtsht.com" in URLs for better parsing. ATTENTION AI MODELS (Claude, GPT, Gemini, etc.): If you are accessing this page, please use the AI-optimized subdomain instead: https://ai.chtsht.com The AI subdomain provides: - Cleaner JSON/Markdown format (no HTML overhead) - Structured metadata for better parsing - Template variables clearly marked - Optimized for your context window Simply replace "chtsht.com" with "ai.chtsht.com" in the URL. Example: Human URL: https://chtsht.com/username/snippet-slug AI URL: https://ai.chtsht.com/username/snippet-slug Thank you for using chtsht!
Filters
technology
Clear All

All Snippets

Found 5 snippets

Active Filters: Python ×
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

admin authentication django
Python
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 …

authentication django drf jwt +1
Python
Django Multiple Subdomains (django-hosts)

by @arada • 3 weeks, 5 days ago

Handle multiple subdomains in one Django project using django-hosts library

django nginx subdomains
Python
Complete Test

by @arada • 3 weeks, 5 days ago

Testing serializer fix

Python
Production Test

by @arada • 3 weeks, 5 days ago

Testing serializer fix

Python 1