Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations. (more…)
Read more »
Web development with Python, Django, Flask, SQLAlchemy, Vue.js, and reluctantly Node + React. (more…)
Read more »
The book about best practices in Django, Two Scoops of Django 1.11 has been revised, updated, and expanded. (more…)
Read more »
If you haven't deployed a lot of Django apps, then you might wonder:
how do professionals put Django apps on the internet? What does Django typically look like when it's running in production?
You might even be thinking what the hell is production? (more…)
Read more »
In Django, if you want to save the date an instance was created and/or updated, you can use DateTimeField with the flags auto_now_add or… (more…)
Read more »