willhardy / django-seo

Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.
BSD 3-Clause "New" or "Revised" License
251 stars 117 forks source link

Swallow `AlreadyRegistered` exception #19

Closed willhardy closed 13 years ago

willhardy commented 13 years ago

There is no harm in attempting to register twice (ie in urls.py, which may get called twice under two different names). It's just annoying to have to deal with the exception

willhardy commented 13 years ago

Closed by 7eb07f2bfcae256e927420961739ec681b950c98. Already registered exception is swallowed by system.