Posts by Category

django

Conflicting Migrations in Django

5 minute read

Question Have you ever encountered CommandError: Conflicting migrations detected; multiple leaf nodes in the migration graph:? You definetely have if you wor...

TruncDate in Django ORM

3 minute read

Introduction If you have been programming web application in Django probably you really enjoy Django ORM. It’s has advanced capabilities to construct comple...

Back to Top ↑

personal

Welcome to Jekyll!

1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

Back to Top ↑

python

Python is live language

2 minute read

Introduction I have been programming in Python for a while and have been familiar with differences between compiled vs interpreted languages.

Python Client for Firebase Dynamic Links

1 minute read

Question Have you ever integrated your Python web application (Django, Flask, etc.) to Firebase Dynamic Links ? Yes, No. It doesn’t matter. This post is for ...

Back to Top ↑