Django community: RSS
This page, updated regularly, aggregates Community blog posts from the Django community.
-
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. -
Well Structured Software Development Life cycle(SDLC) and Its Phases
Know about software development life cycle(SDLC) and its phases to build a systematic, quality and well-structured application. -
Ten Sublime Plugins Useful for your Daily Python/Django Development
Sublime text editor comes with its basic setup as a normal text editor. We need some set of plugins to make it useful for any realtime development. In this blogpost we list ten plugins that will be useful for your daily python/Django development. -
Free Foreign Currency Exchange Rates API
Free foreign currency exchange rates API to use in any programming language. -
How to Launch your Custom E-Commerce Web Application in less than 15 minutes
How to launch your Custom E-Commerce web application in less than 15 minutes -
Build Custom Ecommerce websites from Scratch using Django Framework
Are you looking for an e-commerce application development and worrying about the budget, technology stack to use? Here is our solution to deliver feature rich e-commerce application in less time using django oscar. -
Factors of On Page SEO to Rank your Website on First Page
On Page SEO is the practice of optimizing webpages in order to rank higher in search engine results page -
A Revolutionary Step by MicroPyramid for an NGO
MicroPyramid took one of the most impactful philanthropic initiatives by donating job portal called Peel Jobs to Chaitanya Jyothi as an initiative to provide employment platform -
Lightweight Javascript Framework Review (For Django Developers)
I will talk and compare lightweight javascript frameworks, and help you decide which one is the best for your Django project. -
Django News - Forms in Django 4.0+ - Jul 15th 2022
News Announcing Our DjangoCon US 2022 Talks! DjangoCon US is a hybrid in-person and online experience this year with talks that will be a mix of given live in-person and some will be online first. DjangoCon Europe talks are also being announced now via Twitter: https://twitter.com/DjangoConEurope djangocon.us Lead or organize a Development Sprint at DjangoCon US 2022! The last two days of DjangoCon US (this year, October 20-21) are devoted to Development Sprints. This blog post is targeted at current open source maintainers and contributors who are considering organizing or leading a Development Sprint at DCUS 2022. djangocon.us Python 3.11.0b4 released 3.11.0b4 is the fourth of five planned beta release previews. python.org PyPI to *soon* require 2FA and a Security Key Giveaway PyPI is implementing a 2FA requirement for critical projects, and distributing security keys to critical maintainers. pypi.org Sponsored Ad Mid/Senior Django Backend or Full-Stack Engineer at Boutique Digital Agency Type/Code designs and builds digital products and experiences, working with ambitious clients to bring powerful ideas to life. Our clients range from growing startups to cultural institutions to industry leaders, including Google, A24, MIT Media Lab, GE, MoMA, and Scholastic. We focus on conceiving, designing, and developing exceptional digital … -
Yes, I have opinions on your open source contributions
Recently the Python Package Index announced that they will be implementing new account-security policies, and hoo boy are some people ever worked up about it. This has already escalated to the author of at least one high-download-count package — one which was a dependency of pytest, thus likely to break a lot of people’s testing and CI right as the weekend started, always nice — deleting their package from PyPI out of anger and announcing … Read full entry