Slide 21
Slide 21 text
How to maintain
versoined URLs
You can use the extlinks extension to define URLs in the configuration:
!
extlinks = {
'djangodocs': ('https://docs.djangoproject.com/en/1.5/%s', None),
'djangopdf': ('http://media.readthedocs.org/pdf/django/1.5.x/django.pdf%s', None)
}
!
You can find a list of all ``QuerySet`` methods in the :djangodocs:`documentation `.
!
Download the :djangopdf:`Django Offline PDF Documentation <>` which has currently more
than 1,200 pages.