django (2)

Ahmad Muhammad

Adding a contact form to a Django site

So, you’ve got a site set up with Django and you’ve got everything running. One small problem: There’s no way for users to contact you. Having this functionality is essential because sometimes users may have some questions about your site and/or any services you’re offering.

Continue reading...
Ahmad Muhammad

Revisiting Django and Flask

A little over two and a half years ago, I decided to dabble in the world of Python web-apps by following the book "Django By Example". Having done Python courses before, I knew my basic way around the language but I had never put together…

Continue reading...