Add a site setting for the static URL
Review Request #7979 — Created Feb. 19, 2016 and submitted
This patch adds a field to the general site settings form for
configuring the URL of served static media.
Updated the field and verified requests were made to the new URL.
-
typo in description: ot -> to
-
reviewboard/admin/forms.py (Diff revision 1) Can you include instructions about leaving this blank similar to
site_media_url
?
Change Summary:
Address David's issues.
Description: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+9 -2) |

-
Tool: Pyflakes Processed Files: reviewboard/admin/forms.py Tool: PEP8 Style Checker Processed Files: reviewboard/admin/forms.py
-
-
reviewboard/admin/forms.py (Diff revision 2) Let's clarify just a bit more, saying: "to the static files, such as the JavaScript, CSS, and image files bundled with Review Board or third-party extensions." That way it's slightly more clear what people will be dealing with here.