root bin
Showing posts with label
django
.
Show all posts
Showing posts with label
django
.
Show all posts
Wednesday, 12 April 2017
Deploy django on Debian with gunicorn using upstart
›
In my experience gunicorn is more stable and uses less memory than uwsgi to handle the same number of requests. It is also much simpler to c...
Wednesday, 27 May 2015
Deploy django on debian 7 with uwsgi and mariadb - complete guide
›
In local virtualven ========= pip freeze > requirement.txt on Server ============== apt-get install nginx apt-get install mysql-s...
Friday, 16 January 2015
Install celery with rabbitmq on Django
›
UPDATE 1 AUGUST 2019 After a lot of headaches at lost I found a great video tutorial by Mike Hibbert on how to install rabbitmq with ce...
Monday, 25 October 2010
Set up virtualenv and start a django project
›
This has been a headacke for me. At last I figured out that the best practice is to set up projcets through a virtualenv. So let's first...
›
Home
View web version