add django-signal-webhooks

This commit is contained in:
Nick Sweeting 2024-05-06 06:58:03 -07:00
parent 3805a1730d
commit c7fc9c004f
No known key found for this signature in database
5 changed files with 36 additions and 3 deletions
archivebox

View file

@ -7,7 +7,7 @@ if __name__ == '__main__':
# versions of ./manage.py commands whenever possible. When that's not possible
# (e.g. makemigrations), you can comment out this check temporarily
if not ('makemigrations' in sys.argv or 'migrate' in sys.argv):
if not ('makemigrations' in sys.argv or 'migrate' in sys.argv or 'startapp' in sys.argv):
print("[X] Don't run ./manage.py directly (unless you are a developer running makemigrations):")
print()
print(' Hint: Use these archivebox CLI commands instead of the ./manage.py equivalents:')