Skip to content

Releases: Adityaraj1711/django-backend-architecture

Django-portfolio-backend-1

29 Apr 19:07
Compare
Choose a tag to compare

New Features
Backend written using Django Framework - Django provides simplicity, flexibility, reliability, and scalability. Django has its own naming system for all functions and components.
Easy to Customize - Pluggable and easy to customize emitters, parsers, validators, and authenticators.
Response Handling - HTTP response handling, content type negotiation using HTTP Accept headers.
Views for request/response - Clean, simple, views for Resources, using Django's class-based views.
Converting data into valid HTTP request - Powerful serialization engine using Django's rest framework.
Unit tests for modules - The tests have been written to test the view sets and models with database mocking.
Vagrant file configured - Ready to use a Vagrant file for getting started with any kind of Django projects.
Feature encapsulation - Django follows a file naming convention to manage the apps and so different feature are group together.
Sitemaps - facilitates crawlers indexing the site, therefore sitemap plays a crucial role in modern SEO.