Django community: RSS
This page, updated regularly, aggregates Community blog posts from the Django community.
-
Customize and Embed Vimeo Videos using Python Requests
Using python requests and vimeo endpoints it becomes very easy and simple to upload our videos and customize them.Vimeo Access token:1. Create an account at vimeo, vimeo has different levels of account, so based on your requirement signup for suitable account.(This article assumes pro account)2. After you log in, create an app and generate token based on your requirement like editing, uploading, view etc.. -
Creating Elastic Search Cluster (EC2, Cloud-AWS Plugin)
While handling Large amounts of data with elastic search, you may run out of server capacity or compute power, Forming an Elasticsearch cluster will reduce the load distribution. In Single, ElasticSearch Instance endpoint acts as Data Node + Master Node + Client Node. -
Working with Python Collections Part 1
Python Collections - named tuple is to access by the names specified and deque is to append and pop the elements from both sides of queue are explained with real time examples in part 1 of collections series -
Paginating S3 Objects using Boto3
When using Boto you can only List 1000 objects per request. So to obtain all the objects in the bucket. You can use s3 paginator. To use paginator you should first have a client instance -
Sending SMS, MMS using Twilio
A simple Tutorial on sending SMS and MMS in python using Twilio. In this tutorial you will learn how to send SMS, MMS and checking sms status. -
Python to Debian package: Simple, Easy and Fast
Packaging python script to debian follows strict instructions, using the following instructions, most of the steps can be skipped hence making it easy and fast.If you like video goto https://www.youtube.com/watch?v=a9GzDZB5VeU. This video doesn't show setup.py file creating which is required, but excluding that portion everything is same as below. -
How to Setup Custom Domain for Amazon Cloudfront
Instead of cloudfront default domain, we can customize it usinh cdn. ex: cdn.sitename.com. If you are struggling with any AWS related services contact our certified AWS Consultant to move your business smooth. -
Deploying Django project on Elastic Beanstalk
This section focuses on how to setup and deploy a Django application to Amazon Web Services(AWS). -
Understanding ReactJs Component, State and Props
ReactJs is popular Java script library for building User Interface. It's components are reusable and efficiently manages the data that changes over time. If require any support then contact our ReactJs consultingIn this article I am discussing Component, State, Props. -
How to Access EC2 Instance even if PEM File is Lost
Amazon Web Service is the market leader for cloud systems, giving an option to select specific AWS professional services with in their budget. EC2 instance can help in data recovery and many such features, makes AWS best in this trending cloud environment.Accessing the EC2 instance even if you loose the pem file is rather easy.First, create a new instance by creating new access file, call it 'helper' instance with same region and VPC as of the lost pem file instance.Now stop the lost pem file instance. Remember not to terminate instance but to stop it.Goto EBS volumes, select the root volume of the lost pem file instance and detach.Now again select the detached volume and this time you have to attach this volume to helper instance which we created before. Since helper instance already has a root volume by default as /dev/sda1, the newly attached volume will be secondary(eg: /dev/sdf).Login to your helper instance with its pem file.Execute below commands: -
React Component Life Cycle Methods
In this blog Post you can get clear information about React Component Lifecycle methods. If require any support regarding react js services then contact us at hello@micropyramid.comThese are special methods provided by react js. These methods are executed when specific condition( ex: component mounted to UI, State updated) triggered in the component. -
Using AWS Lambda with S3 and DynamoDB
Any application, storage is the major concern and you can perfectly manage your storage by choosing an outstanding AWS consultant. With AWS we can create any application where user can operate it globally by using any device. -
8 Reasons Why Salesforce CRM is Best for Businesses
Salesforce is more than just a CRM. Micropyramid's salesforce services offers cloud services that can be integrated with CRM to enhance functionality. -
Techniques and Tools to Improve the Salesforce Development Cycle
The Salesforce Development best practices are a great way to maintain your customers after understanding the requirement and needs of your customers well. -
React-Router for Navigation
In this blog Post you will know clear information about react-router for navigation. if require any support regarding ReactJS Development then contact us at hello@micropyramid.com.React router is a React package which helps in navigation.React router is divided to three packages: react-router, react-router-dom and react-router-native.As we are building website we have to use react-router- dom. -
How to Mount S3 Bucket on Local Disk
It all starts with FUSE, FUSE is File System User Space. Operating Systems have Kernel Space and User Space. Kernel Space is where low-level interaction with hardware occurs, this space has all privileges, User space is restricted, it has to communicate with kernel space to have access to resources. -
Deploy Django Using CloudFormation Template
In this blog post, You will get to know how to deploy Django using CloudFormation Template. If require any support then contact our Development Services -
How to Send and Receive Email with Django and Amazon SES
We always compete in this technological world by providing our best services. One of our most prominent service is Amazon SES for sales and marketing module, where our clients are extremely happy and wants to continue their business partnership with our AWS consultingUsing Amazon SES, You can send and receive email from your verified emails and domains. SES offers email receiving for entire domains or for individual addresses within a domain.We can use other AWS services S3(to store encrypted messages in bucket), SNS topic(to process the message, lamda function).To send, receive, process the incoming messages, we have a package called django-ses-gateway -
Easy and Fast Way to Implement AWS Lambda Service
In this blog post, You will know an easy and fast way to implement AWS Lambda service. If you want any support regarding AWS lambda service then get in touch with best AWS ConsultingCreate lambda function and triggering actions is time taking and involves repetitive steps. We are going to use a simple application called Gordon.Gordon creates CloudFormation templates based on our settings files, cloudformation is a configuration management tool for Amazon Web Services similar to chef, puppet, ansible etc.. but for AWS.Gordon isolates all the processes, like it creates separate roles, separate bucket names etc..which enhance security and doesn’t mess up with other services already running. -
How to Process Message Queuing System by Amazon SQS
MicroPyramid, a standard AWS consulting partner with astonishing AWS consultants, who can guide you to process message queuing system by Amazon SQS. Consult our technical experts to get best AWS consulting services with outstanding quality and productivity.Amazon Simple Queue Service (Amazon SQS) is a distributed messaging queue oriented service.messages are queued into SQS which are variable in size but can be no larger than 256KB. SQS doesn’t give the guarantee to the delivery order of messages. SQS messages will be delivered more than once with no guarantee to the order of message. Using Visibility Timeout we can ensure once a message has been retrieved it will not be resent for a given period of time.In this tutorial, we'll see how to manage SQS queues and messages using boto3. -
AWS Tips and Tricks to Optimize Cost and Performance for Better ROI
We live in a world where everyone wants to spend money wisely on 3rd party service providers. If we're looking for any 3rd party services, we consider performance of the application to improve our website ROI, cost of the application. ROI is one of the measures for the application success, aws service provides best services for all your needs.AWS Professional services provide best prices for businesses of all sizes. You can start your application with minimal needs, can easily scale your application as your business grows up.One of the advantages of cloud computing is its ability to fit the infrastructure to your needs; You only pay for what you really use. You need to update your application to cloud so that we can easily manage your application. AWS is best service which provides best cost, performance optimization techniques.In this blog post, we'll explain five AWS Cost Optimization best practices that can help you to improve user experience, enhance performance, and reduce the cost of your AWS environment. -
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.