I’ve released the first non-alpha version of Django SQL Dashboard, which provides an interface for running arbitrary read-only SQL queries directly against a PostgreSQL database, protected by the Django authentication … (more…)
Read more »
Django helps you build websites in Python. How does it work? In this series, we'll explore Django from top to bottom to show you how to build the website you've wanted. We'll start from the beginning with the browser. (more…)
Read more »
I’ve been thinking a little while of a “video series” I could start and landed on “Building a SaaS on YouTube using Django and Vue.js”. I’m going to start with installation and finish with… (more…)
Read more »
Beta testing is a key phase in building a web or mobile app. When it comes to managing beta testers in Django, we recommend django-waffle. (more…)
Read more »
The Python programming language is becoming popular in the development of web-based applications. In an attempt to leverage this and help speedily deploy secure and maintainable web applications,... (more…)
Read more »