If you are a Python developer, you probably use different virtual environments depending on your project’s requirements.
You’ve just installed Django and started new project without any models or anything else. Created superuser and jumped in to User Admin… What will you see ? 35 queries…
I love virtualenvwrapper
. You can manage your virtual environments such as
create/delete or list. Also you can kick additional variables on activation.
I’ve been having often conversations with fellow Djangonauts. I always ask one little question during the talk…
Hello and welcome to our first official blog post!