How-to guides¶
Setting up a project and its environment¶
- Install system packages
- Install Python dependencies
- Set up Sass CSS compilation
- Configure Celery
- Configure Django settings
- Migrate an existing project to Divio Cloud
- Add a Django application
- Set up password protection
- Fine-tune uWSGI server performance
- Work with multi-site projects
Managing a project’s code and resources¶
- Interact with your project’s database
- Interact with your project’s media storage
- Use Git to manage your project