Month: May 2017

  • Install Celery 3.1.25 in Django 1.10 with Ubuntu 16.04 Production

    Celery is awesome tools to manage queue in Django. It’s can reduce processing time in serial / sync process. For instance, we have schema for registering user: 1. User click on Sign-up Button 2. We create and save into records (1 second) 3. Signals trigger send SMS to User (1 second) 4. Signals trigger send […]