Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Kowalik committed Oct 17, 2013
1 parent 0753fc6 commit f85a0c2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -13,19 +13,18 @@ Minimum Requirements
* Python 2.6 or greater
* Django 1.3 or greater

Two other hard dependencies:
Two hard dependencies:

* `pyOpenSSL >= 0.10`
* `django-fields >= 0.1.2`

* * *

1. You can install with pip: `pip install django-ios-notifications`.
2. Add `ios_notifications` to `INSTALLED_APPS` in settings file2.
3. After installation, add `ios_notifications` to INSTALLED_APPS in Django settings file.
4. If you want to use the API for registering devices you will need to make the appropriate changes to your urls file.
2. Add `ios_notifications` to `INSTALLED_APPS` in settings file.
3. If you want to use the API for registering devices you will need to make the appropriate changes to your urls file.
* `url(r'^ios-notifications/', include('ios_notifications.urls'))`
5. Create required database tables.
4. Create required database tables.
* `./manage.py syncdb`
* If using south `./manage.py migrate ios_notifications`

Expand Down

0 comments on commit f85a0c2

Please sign in to comment.