News
Python 3.11 available on CodeRed Cloud
Python 3.11 is now available when creating Django & Wagtail sites. Note that most Python packages may not yet support it though. If you'd like to convert your current site to Python 3.11, just contact support.
GitHub, GitLab, and Azure DevOps integration
Check out our YAML snippets to easily deploy a website to CodeRed Cloud on git push
New CLI features
- You can now install CodeRed Cloud CLI with
pip install cr
cr
now streams deployment logs, and can automatically fix your Django settings before deploying. Try it out by runningcr check
on your local project.