Disallowed Host Error On Django AWS EC2 python by komal swami - November 7, 2023November 7, 20230 Django (Name of Guitarist) is one of the famous web framework follows MVT(Model View Template) architecture. Means you get most of the things required to develop client server application. In this article we have explained in short how to solve disallowed Host Error On Django AWS EC2. Lets see, How to fix disallowed host Django. We have developed application on local system and we need to test and deploy a Django application on AWS EC2 instance. For this we have created virtual environment on AWS, installed python. With this we get pip(python package installer like npm - node package manager in java). pip is used to get packages in this virtual environment. $pip install django create new Django project
How To Clear System Log Files In Raspberry Pi Raspberry by blog_1buq8n - July 7, 2023December 20, 20230 Raspberry Pi devices are one of the popular board used in embedded applications. We are using on in DWS-Digital Weighing Scale. During development phase we face some challenges like device memory is full and we can't create any more files on device or update the applications. In this article we will learn How To Clear System Log Files In Raspberry Pi using various methods, including manual commands, logrotate, and GUI tools like Stacer. This is required to save disk space by managing log files efficiently much needed in embedded systems where disk space is constraint. Before we jump into subject, We at neudeep.com provide consultancy service at affordable price for development using Raspberry Pi. Feel Free to contact us.