Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from django.core.management.base import BaseCommand
- import subprocess
- class Command(BaseCommand):
- help = 'Text here'
- def handle(self, *args, **options):
- subprocess.Popen(["/home/ubuntu/contacts/contacts/scripts/ffp_bash.sh"], shell=True)
Add Comment
Please, Sign In to add comment