One of the goals of the Psycopg 3 project is to make easy to port code
developed from Psycopg 2. For this reason the creation of a Django backend
(the module you specify in the settings as your database ENGINE) was
a project with a double goal: (more…)
Read more »
Python started off as a scripting language back in 1989 and has since then grown to become a language that captures one of the largest market shares among languages being used in the marketing industry. A language that can help you with Machine Learning,... (more…)
Read more »
Guide to have a dedicated Ubuntu web server for serving Django apps using nginx and uwsgi with sockets... (more…)
Read more »
Now that Django 3.0 ships with ASGI support out of the box, adding Websockets to your Django app requires no extra dependencies. (more…)
Read more »
A complete library to create dynamic model instances for testing purposes. - paulocheque/django-dynamic-fixture... (more…)
Read more »