Update Django documentation (1.8.1)

pull/210/merge
Thibaut 10 years ago
parent dbbd2708eb
commit 8327bed737

@ -2,7 +2,7 @@ module Docs
class Django < FileScraper class Django < FileScraper
self.name = 'Django' self.name = 'Django'
self.type = 'sphinx' self.type = 'sphinx'
self.version = '1.8.0' self.version = '1.8.1'
self.dir = '/Users/Thibaut/DevDocs/Docs/Django' self.dir = '/Users/Thibaut/DevDocs/Docs/Django'
self.base_url = 'https://docs.djangoproject.com/en/1.8/' self.base_url = 'https://docs.djangoproject.com/en/1.8/'
self.root_path = 'index.html' self.root_path = 'index.html'

Loading…
Cancel
Save