Django community: RSS
This page, updated regularly, aggregates Community blog posts from the Django community.
-
How to Build and Verify an Application using AWS Codepipeline and Creating Custom Events with lambda
For few applications, updates will be released frequently to easy user interaction, performance, usage. They need to check all the cases(Design, module working flows) are working fine in all the test cases. So we need to run the test cases to check the functionality of all the module work flows. After verifying the test cases, we need to update the code to live server. We’re having a series of steps before releasing a software. In such case, AWS code pipeline will be used for running the test cases, verifying the test cases, updating the live with the updates.AWS Code pipeline will be used for automating all the required steps to release the application updates. We can also use it in different stages like development(staging), live server. So different pipelines will be there for development and live server.In this blog post, after updating the code pipeline will be run, and it’ll check for application status, send an email if the status is 200. If require any support get in touch with our AWS Consultant to make your work easy -
Working with Python Collections Counter
Python collections - Counter is to count the frequency of character, OrderedDict is to track the order of the contents in which they are added and defaultdict is to provide a default value for a nonexistent key for the dictionary element are explained with real time examples in part 2 of collections series. -
Autoscaling Application with AutoScaling Groups and AWS LoadBalancer
Autoscaling Application with AutoScaling Groups and AWS LoadBalancer -
Building and Parsing XML Document using Python
Creating XML document with required elements, Then Parsing it using Python to generate a serialized form of its contents. -
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.