Resolve "Allow “@” in user names in URLs."
We solve the problem at hand by defining a very simple UsernameConverter
, which accepts the characters which are allowed in Django user names. This lets us say <username:username>
in URLconfs.
Closes #34 (closed)