
Check out Google’s latest AI releases, Gemini and the Antigravity AI IDE. Understand what’s new, how they work, and how they can reshape your development workflow.

Learn about Bun 1.3, which marks a shift from fast runtime to full JS toolchain—and see the impact of Anthropic’s acquisition of Bun.

Stop defaulting to JavaScript. Modern CSS handles virtualization, responsive layouts, and scroll animations better than ever – with far less code.

React’s next era, AI code review tools, and more: discover what’s new in The Replay, LogRocket’s newsletter for dev and engineering leaders, in the December 3rd issue.
Would you be interested in joining LogRocket's developer community?
Join LogRocket’s Content Advisory Board. You’ll help inform the type of content we create and get access to exclusive meetups, social accreditation, and swag.
Sign up now
4 Replies to "How and why you should use Next.js with Django"
Nice! I’m planning to use the two framework for my next project.
in your example about you have misslead ppl. your code is not complete or either the information you have provide about your code is not complete. you have create the django project but not the app in the explanation. now the confusion part is that where the hell should we create the .views file , url file and the serial file ?
as far as i am concerned views already exists in app, serializers.py you have to create in your app direction, also the urls.py in app but it still isn’t finished, author didn’t link urls from app with the urls from whole project
this guy makes it way better: https://www.youtube.com/watch?v=cJveiktaOSQ
perhaps you should have a better understanding of the way these platforms work before attempting to do something like this? those are pretty fundamental things you say, i believe the author assumes that is already understood.