Web apps running within the Django framework run best on Linux and the flavor of Linux we like is Ubuntu. We only run our Django apps on Linux for production. Linux provides the most stable environment not just Django but also for Celery and Redis. This is not the case for Windows. Celery and Redis on modern versions Windows, do not play well enough to have a stable production environment.
This open-source solution supports a fully asynchronous task software portal or simple web app. Celery for the task asynchronicity, Redis to broker tasks and to serve as a task message backend, Nginx or Apache to serve the web pages. [more ...]
Windows is a great environment to host a test and development environment for Django applications. It will never serve as a great way to host Django applications for production because of the lack of support and stability for Redis and Celery. However, for running a local dev and test environment, it has proved to me to be invaluable. And the reason for that value, would be pdb. [more ...]
Our Django-based solution automates the warehouse production department work-in-progress tracking. Automate the processing of workorders and assigning lot/serial numbers. [more ...]