Have you ever struggled to manage your Python projects? From installing different Python versions, creating virtual environments, installing different libraries and dependencies and creating configuration files for your project. I have been through this j...
In this post we will be looking at creating some views, managing the URL paths, creating some fancy HTML templates and finally adding some Markdown support. Writing your posts in Markdown lets you focus on your content creation, without worrying about by...
Today, we will be creating our Blog App, create the models and setup a super user to draft and manage posts and categories through the Django admin view....
In this post I will be guiding you on how to setup a host where you can deploy Django, Gunicorn and NGINX in order to serve your website or blog. Note that I will be focusing on configuring the host, installing Django, Gunicorn and NGINX in order to serve...