DEV Community

Discussion on: Creating an Website or Webapp in Django Web Framework

Collapse
 
corentinbettiol profile image
Corentin Bettiol

Nice article!

I usually create virtual environments in a folder named .venv. Since folders starting with a dot will not be shown by default, I find it useful :)

The real POSIX-compliant way of sourcing something is to use the dot, like this: . .venv/bin/activate.