The Complete Guide to Python/Django Web Service Development with React (Based on Django 4.2)
Solidify your foundation in Python/Django web service development. Learning Django takes time, but you can maximize your productivity through iterative development. Turn your imagination into reality.
677 learners
Level Basic
Course period Unlimited

A special lecture on the topic of "Web Front-end Development Using Django Effectively" will be held at Everyone's Research Institute Gangnam Branch for 2 hours starting at 3 PM. I will share the presentation slides and code repository.
A special lecture on the topic of "Web Front-end Development Using Django Effectively" will be held offline at the Gangnam branch of Everyone's Research Institute for two hours starting at 3 p.m. I will share the presentation slides and code repository.
1. How to create various dynamic components using the django-cotton library in Django
- Icon components, map components, image file preview widgets, etc.)
- Comparison with React components
- Utilizing HTMX
2. Create a ChatGPT service using django view (No JS)
- Sending image/text input values (multimodal)
- How to implement streaming response and apply it to the screen
- Generate responses using LLM
- How to refactor to class-based views
- Implementing SSE as a Django view without web socket, implementing multi-party chat
3. Freely configure the form layout
- Use custom templates
- Utilizing django-widget-tweaks and django-crispy-forms
4. How to use Django's default session authentication instead of JWT in web API
- Comparison with JWT authentication
- Handling login/logout requests from other hosts in Django LoginView/LogoutView
- How to share session cookies with other hosts
Slides: https://drive.google.com/file/d/1tcdHEiadFuFb-HOSEVIQkCvgJ8ssY4wv/view?usp=drive_link
Code repository: https://github.com/pyhub-kr/pyhub-htmx-examples
I will film it separately and share it with you. :-)




