Platform.sh User Documentation

Local development

Sign up for Upsun

Get your free trial by clicking the link below.

Get your Upsun free trial

A significant amount of work developing Django takes place locally rather than on an active Platform.sh 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 Platform.sh 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 Platform.sh.

Is this page helpful?