Local development
Try Upsun for 15 days
After that, enjoy the same, game-changing Upsun features for less with the First Project Incentive!¹ A monthly $19 perk!
¹Terms and conditions apply
A significant amount of work developing Django takes place locally rather than on an active Upsun Fixed environment. You want to ensure that the process of local development is as close as possible to a deployed environment.
You can achieve this through various approaches. Each of these examples:
- Creates a local development environment for a Django site.
- Syncs data from the active Upsun Fixed environment where team review takes place.
- Commits aspects of that local development method to the project so collaborators can replicate configuration to contribute.
If you’re already using Docker Compose, consult the Community guide on using Docker Compose with Django and Upsun Fixed.