[Django]-Is there a simulation framework for django applications? What are the good practices to write one?

3👍

You have a very specific task for common solution. By my opinion, you must use any data generators (ex. django-dilla, django-mockups, django-milkman), task queue (celery, rabbitmq) and write a custom backend.

The problem hasn’t universal answers.

👤klen

Leave a comment