Readme fix

This commit is contained in:
AppleGrew (applegrew) 2012-08-24 12:24:55 +05:30
parent 8965ed55ba
commit 044805279f
2 changed files with 6 additions and 4 deletions

5
README
View file

@ -12,8 +12,9 @@ Installation
pip install django_select2
1. Add `django_select2` to your `INSTALLED_APPS` in your project settings.
1. When deploying on production server, run :-
2. Add `django_select2` to your `INSTALLED_APPS` in your project settings.
3. When deploying on production server, run :-
python manage.py collectstatic

View file

@ -12,8 +12,9 @@ Installation
pip install django_select2
1. Add `django_select2` to your `INSTALLED_APPS` in your project settings.
1. When deploying on production server, run :-
2. Add `django_select2` to your `INSTALLED_APPS` in your project settings.
3. When deploying on production server, run :-
python manage.py collectstatic