Changes between Initial Version and Version 1 of Ticket #12118, comment 13


Ignore:
Timestamp:
Oct 8, 2020, 4:57:00 AM (4 years ago)
Author:
Tata Krushna Chaitanya

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12118, comment 13

    initial v1  
    11Hi,
    22
    3 I am using Django 1.11 (Default on Ubuntu 18.04), but I guess the issue is still applicable in the latest as well. The above example works but if I replace threading with multiprocessing.apply_async it doesn't work.  Here is my sample, Looking at the Django code I have made sure that all requirements
    4 
    5 I am using py3.6 and sqlite3 version is also met.
     3I am using Django 1.11 (Default on Ubuntu 18.04), but I guess the issue is still applicable in the latest as well. The above example works but if I replace threading with multiprocessing.apply_async it doesn't work.  Here is my sample, Looking at the Django code I have made sure that all requirements are met, I am using py3.6 and the sqlite3 version is also met.
    64
    75{{{
Back to Top