Skip to content

Commit c85e439

Browse files
committed
Update Django documentation (2.0.1)
1 parent 7c3a761 commit c85e439

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lib/docs/scrapers/django.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,14 @@ class Django < FileScraper
3434
Licensed under the BSD License.
3535
HTML
3636

37+
version '2.0' do
38+
self.release = '2.0.1'
39+
self.dir = '/Users/Thibaut/DevDocs/Docs/Django20'
40+
self.base_url = 'https://docs.djangoproject.com/en/2.0/'
41+
end
42+
3743
version '1.11' do
38-
self.release = '1.11.5'
44+
self.release = '1.11.9'
3945
self.dir = '/Users/Thibaut/DevDocs/Docs/Django111'
4046
self.base_url = 'https://docs.djangoproject.com/en/1.11/'
4147
end

0 commit comments

Comments
 (0)