We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59072d commit 19b60cdCopy full SHA for 19b60cd
cc_legal_tools/settings/base.py
@@ -81,6 +81,8 @@
81
}
82
83
84
+DEALER_TYPE = "git"
85
+
86
# Absolute filesystem path to the directory that will hold user-uploaded files.
87
# Example: "/home/media/media.lawrence.com/media/"
88
MEDIA_ROOT = os.path.join(PROJECT_ROOT, "tmp", "public", "media")
0 commit comments