Skip to content

Instantly share code, notes, and snippets.

@azwdevops
azwdevops / post-receive
Created May 23, 2022 16:00 — forked from rudyryk/post-receive
Git post-receive hook sample for basic Django project
#!/usr/bin/env python
#
# No Rights Reserved
# http://creativecommons.org/publicdomain/zero/1.0/
"""Git post-receive hook script
Suggested project structure::
/home/$_USER/
env/