Skip to content

Commit fff3bc2

Browse files
committed
Update Django documentation (2.1.0)
1 parent 1820fe3 commit fff3bc2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/docs/scrapers/django.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ class Django < FileScraper
3434
Licensed under the BSD License.
3535
HTML
3636

37+
version '2.1' do
38+
self.release = '2.1.0'
39+
self.dir = '/Users/Thibaut/DevDocs/Docs/Django21'
40+
self.base_url = 'https://docs.djangoproject.com/en/2.1/'
41+
end
42+
3743
version '2.0' do
3844
self.release = '2.0.7'
3945
self.dir = '/Users/Thibaut/DevDocs/Docs/Django20'

0 commit comments

Comments
 (0)