Readme updtes

This commit is contained in:
AppleGrew (applegrew) 2012-08-24 12:21:34 +05:30
parent ff9f8a9428
commit 79eb1071b0
2 changed files with 14 additions and 0 deletions

7
README
View file

@ -8,8 +8,15 @@ The app includes Select2 driven Django Widgets and Form Fields.
Installation
============
1. 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
More details
============

View file

@ -8,8 +8,15 @@ The app includes Select2 driven Django Widgets and Form Fields.
Installation
============
1. 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
More details
============