Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 784 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 784 Bytes

Green-venv

What it does

  • easier change of virtual environments
  • mechanism to find virtual environments
  • django/wagtail: mechanism to activate virtual environments by project
  • django/wagtail: one command to make migration, migrate and collectstatic and execute your own commands like restarting passenger or apache
  • django/wagtail: option for sending a beep in the console when restart finished, such that you can test your newly updated application

How to install

To install into your .bashrc profile run: curl https://raw.githubusercontent.com/rokdd/green-venv/master/install.sh | bash ; exec $SHELL

If you find this project useful or promising, you can support us with a github ⭐

Other resources

https://direnv.net/ https://github.com/hyperupcall/autoenv