Fix typos.
--- a/.hgignore Wed Jun 14 15:17:51 2017 +0200
+++ b/.hgignore Wed Jun 14 15:29:01 2017 +0200
@@ -24,6 +24,7 @@
\.swo$
\.swp$
\.orig$
+\.pyc$
^src/.env$
^src/run/
--- a/src/README Wed Jun 14 15:17:51 2017 +0200
+++ b/src/README Wed Jun 14 15:29:01 2017 +0200
@@ -12,9 +12,7 @@
$ cp .env.tmpl .env
$ vi .env
$ mkvirtualenv irinotes
-$ cd requirements
-$ pip install dev.txt
-$ cd ..
+$ pip install -r requirements/dev.txt
$ python manage.py migrate
$ python manage.py collectstatic
$ python manage.py createsuperuser
--- a/src/requirements/base.txt Wed Jun 14 15:17:51 2017 +0200
+++ b/src/requirements/base.txt Wed Jun 14 15:29:01 2017 +0200
@@ -5,7 +5,6 @@
django-filter==1.0.4
django-guardian==1.4.8
djangorestframework==3.6.3
-irinotes==0.0.1
Markdown==2.6.8
python-decouple==3.0
pytz==2017.2