In this episode, we added django-allauth to create accounts that default to email instead of using usernames. We added the package, configured some templates, and created tests. (more…)
Read more »
{Automatic Login in a Django Application Using External Authentication: Blog article from Yann Briançon about django, ldap, authentication, login... (more…)
Read more »
By using routers in django-rest-framework we can avoid writing of url patterns for different views. Routers will save a lot of time for developing the API for larger projects. Routers generates standardized url patterns for better maintenance of url stru... (more…)
Read more »
Today I’ll write about Django, my loyal framework-companion for the last five years. This one helped me succeed in developing high-load… (more…)
Read more »
Stick to Django and Python if you are interested in custom solutions. Choose RoR if you like Magic and elegance.
Read more »