Articles tagged with django web development

Use TypeScript to Synchronize Django REST Framework and Vue.js | Part I: Generating API Metadata
By extending Django REST Framework's default metadata class, we can unlock useful information about your API models and export that data into a client-friendly JSON format.

Integrate Django and Vue.js
With a small amount of configuration, Django and Vue.js can play together nicely during development and when you're ready to go live.

Writing reusable ModelForm templates with Django
How to write a single Django template for every CreateView and UpdateView in your project.