Python
Complete guide to host Python applications on Discloud.
📁 Preparing the Files
❌ Files to Exclude
- .cache/
- .git/
- venv/✍️ Deploying Your Applicaton
Last updated
Complete guide to host Python applications on Discloud.
Before uploading your project, you must exclude unnecessary files to optimize the deployment.
Ensure the following files and directories are not included in your .zip:
- .cache/
- .git/
- venv/📌 Use a .discloudignore file to automatically exclude these files.
🔗 Need help setting up your requirements.txt or find main file?
Once your project is configured and compressed, you can choose one of the following deployment methods on Discloud:
Last updated