sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
102 stars 35 forks source link

Update View Section: Capturing Parameters #130

Open riseriyo opened 10 years ago

riseriyo commented 10 years ago

Explain more what you are doing with pk, slug and date parameters. Are we using all three parameters? Not clear if we are...

"We are still using the entry pk because it should always be unique. The slug and date are only used to make the URL pretty."