TakwimuAfrica / Takwimu

Takwimu is a free and open development information service, transforming access to high quality analysis and data for African changemakers. Accessible at https://takwimu.africa/
https://takwimu.africa/
GNU General Public License v3.0
13 stars 1 forks source link

Failure to access South Africa due to URL collision #422

Closed kilemensi closed 6 years ago

kilemensi commented 6 years ago

Describe the bug Slugifying South Africa results in south-africa which urls.py resolves to IndicatorsGeographyDetailView i.e. HURUmap views. This of course results into 404

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://takwimu.africa'
  2. Try to navigate to 'South Africa'
  3. See error

Expected behavior Should navigate to South Africa country profile.

Screenshots If applicable, add screenshots to help explain your problem.

screenshot from 2018-10-17 20-03-23

DavidLemayian commented 6 years ago

The URL order problem is actually because of this - https://github.com/TakwimuAfrica/Takwimu/blob/master/takwimu/urls.py#L21

coming before Wagtail URLs are loaded.

kilemensi commented 6 years ago

Fixed in #424