Readme fix

This commit is contained in:
AppleGrew (applegrew) 2012-08-24 12:22:45 +05:30
parent 79eb1071b0
commit 8965ed55ba
2 changed files with 4 additions and 4 deletions

4
README
View file

@ -10,12 +10,12 @@ Installation
1. Install `django_select2`
pip install django_select2
pip install django_select2
1. Add `django_select2` to your `INSTALLED_APPS` in your project settings.
1. When deploying on production server, run :-
python manage.py collectstatic
python manage.py collectstatic
More details
============

View file

@ -10,12 +10,12 @@ Installation
1. Install `django_select2`
pip install django_select2
pip install django_select2
1. Add `django_select2` to your `INSTALLED_APPS` in your project settings.
1. When deploying on production server, run :-
python manage.py collectstatic
python manage.py collectstatic
More details
============