furious-luke / django-address

A Django address model and field. Addresses may be specified by address components or by performing an automatic Google Maps lookup.
BSD 3-Clause "New" or "Revised" License
428 stars 178 forks source link

Use Docker for example site #155

Closed furious-luke closed 2 years ago

furious-luke commented 2 years ago

Running the example site in a Docker container will make spinning up reproducible end-to-end tests much easier.

banagale commented 2 years ago

Should we include instructions for running the example with docker in the example readme, or is this intended largely to facilitate automated testing? Current specifies virtualenv.

furious-luke commented 2 years ago

@banagale Yep, I'd included details in the README, but hadn't merged them yet. They should be visible now.