Django community: RSS
This page, updated regularly, aggregates Community blog posts from the Django community.
-
List of Python Class Special Methods or Magic Methods
python class special methods or magic methods. magic methods allow us to override or add the default functionality of python objects. One of the biggest advantages of using Python's magic methods is that they provide a simple way to make objects behave like built-in types. That means you can avoid ugly, counter-intuitive, and nonstandard ways of performing basic operators. -
Understanding Self and __init__ Method in Python Class
Understand self and __init__ method in python Class? -
WSGI Explanation with Simple APP
The main goal of WSGI is to facilitate easy interconnection of servers and web frameworks/applications. WSGI defines a standerd API for web servers(uWSGI, Twisted, Gunicorn) to connect and talk to web frameworks like Django, flask, Pyramid. In this article i will explain simple "hello world" app. -
How to Maintain User Session Across Sub Domains in Django
Nowadays, people are using wildcard domains to provide same user experience across different domains. Using subdomains, we can be able to host multiple sites with the same domain name with the same code in a less time. To enable wildcard subdomains for your site, you should add CNAME record like. -
Tips to Choose the Best Custom Software Development Company
Choosing the best company for your software development needs is the most important step. This blog explains you tips to outsource custom software development services. -
Unit Testing with Selenium-Python
Unit testing with selenium-python. Unit test case example to test the front-end -
Python, Django top frameworks and it's comparison
Python, Django top frameworks and it's comparison -
Which is the Best Python Framework for Web Development?
Python is a general-purpose programming language. We can use python for so many applications and including web applications. Which provides common backend fast reliable and scalable easily maintainable web applications. -
Why Choose Python As Backend Development?
Here are the reasons why to choose Python as back end development. -
Salesforce Einstein Analytics: Why Businesses of Every Size Opting this Technology?
Know why businesses are opting for Salesforce Einstein Analytics in their line of work. Learn, How Salesforce can be beneficial to all industry verticals. -
How to Avoid Salesforce Software Project Failure
Salesforce projects standout due to its sophisticated products and overall technology.Let us understand the root cause of its failure and how to avoid them. -
How Salesforce Improves the Organization's Productivity in Sales
Salesforce improves the revenue and sales of an organization. The sales team uses Salesforce tools and techniques to boost the productivity of a company. -
Why do We Need Testing Before Delivering a Project
Before launching an application we should test the app to ensure that the application is working as per your requirement or not and to deliver defect free product on time, within the budget. If there is no testing, then there is no quality product. -
How to Track your Issues and Projects by using GITLab
Gitlab is a great issue tracker. You can log your project activities like issue status, deadline etc in a git repository. Before that, you need to login to Gitlab and then go to the project where you need to create/manage issues . -
Assign Public IP Address to Docker Container without Port Binding
MACVLAN creates multiple virtual network interfaces with different MAC addresses. This way if your system has multiple IP addresses with MAC addresses then we can create multiple virtual network interfaces each having their own IP address and MAC address. -
What is Python Docker? Know New Ways to Use Python with Docker
By using python docker, a lot of time can be saved and resources can be used efficiently. -
How to Develop RESTful Webservice in Django using Django REST Framework
DjangoRestFramework is widely used to develop restful API. Django REST Framework is easy to use who are familiar with Django, as it is developed on the core concepts of Django. In the current blog post we’ll learn how to develop a RESTful API that performs CRUD operations on the DB. -
How to Create a Simple Blog Using Python as Well as Django
A Django python blog application helps you to get a good understanding of the framework. It also permits its users to create, edit, and delete posts. -
Best Practices for Django and Django Rest Framework
Django is one such Rest API framework that has been continuously in the picture for its scalability, flexibility, and accountability to prepare the web API. -
Agile and Scrum Development Methodology Techniques
Agile Development Methodology for frequent inspections, meetings, reviews to deliver a quality product in a given time. Which is a widely used project management tool for any kind of organization. -
Salesforce Integration with Project Management
Integrating Salesforce with Project Management System helps companies to stay connected with all their clients, potential customers, and business partners. -
Angular 2 - Getting Started
Angular 2 is an open source Javascript framework to build web applications or single page applications in HTML and Javascript. Angular 2 comes with almost everything you need to build a complicated or single page front-end web or mobile applications, from powerful templates to fast rendering, data management, data binding, HTTP services, form handling, and so much more. -
Introduction to Angular2 to Build Client-Side Applications
introduction to angular2 to build client side applications with different components -
Implementing Angular Permissions using Route AuthGuards
Implementing Angular's AuthGuards to protect access to the client side routes -
How to Use Forms in Angular4
In this blog we'll see how to use forms of different types reactive and template driven in your angular application.