simonharris / django-wikiwikiweb

A WikiWikiWeb implementation in Python/Django
MIT License
0 stars 0 forks source link

Site: validate URL WikiNames on the way in #24

Open simonharris opened 5 months ago

simonharris commented 5 months ago

To avoid creating new pages with dodgy names.

Could be done in urls.py or in code somewhere.

Throw a 404 if wrong, presumably.

Try to share regex with linkify().

simonharris commented 4 months ago

Marking as Question because this needs an example