File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
pages/02-development-environments Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,10 @@ ready to take that step.
247247* [ Command-T] ( https://github.com/wincent/command-t ) is a Vim plugin for
248248 fast fuzzy searching files.
249249
250+ * [ YouCompleteMe] ( http://ycm-core.github.io/YouCompleteMe/ )
251+ ([ source code] ( https://github.com/ycm-core/YouCompleteMe ) ) is a
252+ code-completion engine and plugin that works for Python.
253+
250254
251255### Vim Plugin Managers
252256If you use many Vim plugins together it is really handy to have a plugin
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ slug: maps-django-web-applications-projects-mapbox
33meta: Learn how to add maps and location-based data to your web applications using Mapbox.
44category: post
55date: 2018-05-19
6- modified: 2018-05-25
6+ modified: 2019-10-06
77newsletter: False
88headerimage: /img/180519-django-maps/header.jpg
99headeralt: Python, Django and Mapbox logos are copyright their respective owners.
@@ -43,7 +43,7 @@ our application:
4343 [ version 2.0.5] ( https://docs.djangoproject.com/en/2.0/ )
4444* [ pip] ( https://pip.pypa.io/en/stable/ ) and
4545 [ virtualenv] ( https://virtualenv.pypa.io/en/latest/ ) , which come installed
46- with Python 3, to install and isolate these Django and Rollbar libraries
46+ with Python 3, to install and isolate the Django library
4747 from your other applications
4848* A [ free Mapbox account] ( https://www.mapbox.com/ ) to interact with their
4949 [ web API] ( /application-programming-interfaces.html ) using
You can’t perform that action at this time.
0 commit comments