Setting up a LEMP-P webserver
I will setup a basic webserver with Linux-Ubuntu on a DigitalOcean droplet. I will extend a basic LEMP server (tutorial), with an extra P refering to Python-Django, with MySQL as database and Gunicorn as...
don't forget ...
I will setup a basic webserver with Linux-Ubuntu on a DigitalOcean droplet. I will extend a basic LEMP server (tutorial), with an extra P refering to Python-Django, with MySQL as database and Gunicorn as...
Notepad++ is among the most popular text editors for programming. It comes with pre-installed color-coding schemes for a wide range of programming languages. With some effort you can create your own color scheme,...
A convenient way to integrate data-analyses with a web application is to connect pandas dataframes to MySql tables. The general idea is to import data from a MySql-table, manipulate data in pandas and than...
The setup can be a bit challenging if data from a previous project should be moved into the new Django project. In the Django documentation this is called integrating with legacy database. The documentation...
Version controle is considered an indispensable part of current programming practice. Git (the programme) and GitHub or Bitbucket (the repositories) are common tools to implement version controle and, no less important, facilitate a regular...
A useful tutorial i sin the djangoproject documentation. It will build a simple app and on the way provide proper explanation of backgrounds. For a quick overview of the general Django setup see Django...
Deploying a Django application on WebhostPython.com may be a bit of a challenge for non-professionals. The upside of this hosting service is that it is easy-to-join, very competitively priced and technically sound. The downside...
Follow: