Open simonharris opened 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().
Marking as Question because this needs an example
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().