aidswidjaja / PotatoBoard

PotatoBoard is a almost-complete bulletin board workflow, written with Django.
MIT License
0 stars 0 forks source link

URL Dispatcher #11

Open aidswidjaja opened 3 years ago

aidswidjaja commented 3 years ago

https://docs.djangoproject.com/en/3.1/topics/http/urls/

quirk with / in urls.py - url parameters allowing for any string in the form of

string/id

where id is post.id and string is any string literal.