Django’s default umask requires that the web server and the Django fastcgi process be run with the same groupanduser. For increased security, you can run them under the same group but as different users. If you do this, you will need to set the umask to 0002 using theumaskargument to...
Django requires a few settings telling it how to connect to your mail server. At the very least, you’ll need to specifyEMAIL_HOSTand possiblyEMAIL_HOST_USERandEMAIL_HOST_PASSWORD, though other settings may be also required depending on your mail server’s configuration. Consultthe Django setti...
Running away tends to creep up on you unawares. Small puppies don’t run away. That’s because they need to be near you in order to feel safe. Bigger dogs, not so much! So why is it that some big dogs come when they are called and others do not? That’s what we’re going ...
In order to complete this guide, you need a server running Ubuntu, along with a non-root user withsudoprivileges and an active firewall. For guidance on how to set these up, please choose your distribution fromthis list and follow our Initial Server Setup Guide. Steps to Se...
In case of memory intensive application crashes, the coredump fills up the disk which creates a risk when running under production. This update introduces a new configuration optionIgnoredPathsin the/etc/abrt/plugins/CCpp.confconfiguration file, which allows you to specify a comma-separated list of...
http://server_domain_or_IP:8080/admin When you’ve confirmed that everything is working as expected, type CTRL-C in your terminal to stop the development server. Backing Out of the Virtual Environment Since we are now done with the Django portion of the guide, we can deactivate...
The first test that runs might have a per-test time-out value assigned. In this case, the initialization time counts toward the time limit that is imposed on the first test, and it therefore could cause that test to fail. Note This limitation could cause only the first test to fail. Su...
The first test that runs might have a per-test time-out value assigned. In this case, the initialization time counts toward the time limit that is imposed on the first test, and it therefore could cause that test to fail. Note This limitation could cause only the first test to fail. Su...
Let's say for a moment that I have an always-connected application and my application requires connection to a private APN with no Internet access. My application is running in the background, and its CR is connected so data merrily flows back and forth to the server. Additional...
Make sure you leave system processes alone. You will get a warning if you attempt to stop a system process. In some cases, stopping a process can cause your computer to crash. A good idea would be to see the processes running on your computer, and monitoring their resource usage. If the...