Re: where does this slug come from?

2009-07-20 Thread Alex Koshelev
On Mon, Jul 20, 2009 at 9:12 PM, tdelam wrote: > > Here is the code (question to follow): > > {% block sidebar %} > >Group >Mission dd> >Values > > {% endblock %} > > I am confused with this because, > > 1) First href renders as

where does this slug come from?

2009-07-20 Thread tdelam
Here is the code (question to follow): {% block sidebar %} Group Mission Values {% endblock %} I am confused with this because, 1) First href renders as http://localhost:8000/group/ 2) Second href renders as http://localhost:8000/current-slug/mission/ 3) Finally, the