CPU | AMD Ryzen 9 5900X (24) @ 3.70 GHz |
---|---|
GPU | AMD ATI Radeon RX Vega 56/64 |
RAM | G.SKILL 64gb @ 3600 Ghz |
Motherboard | ASRock X570 TAICHI AM4 |
Disks | SAMSUNG 1TB 980PRO PCIe 4 |
Crucial MX500 2TB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.apps import apps | |
from django.utils.timezone import now | |
from django.conf import settings | |
from os import mkdir | |
import subprocess | |
import shutil | |
outputBase = '/path/to/local/working/folder' | |