python3

How to configure virtualenvwrapper with python3 in OSX Mojave

If you are a developer working with python, you should be using VirtualEnv to manage requirements for your projects and ...

How to do a Wizard Form with Django

Many times, we have a form with a lot of fields and we need to use it, but we don't ...

Dockerizing Django Apps

Docker is an open platform for building, shipping and running distributed applications. In this case, Django Apps.   It gives ...