fnp
/
audio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use StreamingIterator to avoid loading the whole movie file.
[audio.git]
/
src
/
archive
/
settings.py
diff --git
a/src/archive/settings.py
b/src/archive/settings.py
index
3e6f96f
..
91921a8
100644
(file)
--- a/
src/archive/settings.py
+++ b/
src/archive/settings.py
@@
-36,13
+36,6
@@
except AttributeError:
"archive/final"))
"archive/final"))
-# here the app keeps temporary build files
-try:
- BUILD_PATH = settings.ARCHIVE_BUILD_PATH
-except AttributeError:
- BUILD_PATH = os.path.abspath(os.path.join(settings.MEDIA_ROOT,
- "archive/build"))
-
UPLOAD_URL = getattr(
settings,
'ARCHIVE_UPLOAD_URL',
UPLOAD_URL = getattr(
settings,
'ARCHIVE_UPLOAD_URL',