We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This setting - WAGTAILVIDEOS_MAX_UPLOAD_SIZE - should be mentioned in the documentation, for people that need to increase it.
The value can be set in settings.py, and is set to "1024 * 1024 * 1024", which amounts to 1 GB.
But the docs don't explain how to do this.
The text was updated successfully, but these errors were encountered:
Yep it should be documented, feel free to submit a PR with a change in the README
Sorry, something went wrong.
No branches or pull requests
This setting - WAGTAILVIDEOS_MAX_UPLOAD_SIZE - should be mentioned in the documentation, for people that need to increase it.
The value can be set in settings.py, and is set to "1024 * 1024 * 1024", which amounts to 1 GB.
But the docs don't explain how to do this.
The text was updated successfully, but these errors were encountered: