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
431 stars 181 forks source link

Revisit How Tests are implemented in this package #124

Open banagale opened 4 years ago

banagale commented 4 years ago

Modernize test running in the package, possibly remove symbolic link used in example.

See example method from django-registration. Consider best practices in Django Standalone Apps.

See also this blog post.

See also installable django app.

banagale commented 3 years ago

Closing in lieu of #154. I am still not sure about the symlink for the example app, but it works and a new ticket can be opened for that should it become a priority down the line.