From 044805279f5b257aa27ef58f1bce61f407b32058 Mon Sep 17 00:00:00 2001 From: "AppleGrew (applegrew)" Date: Fri, 24 Aug 2012 12:24:55 +0530 Subject: [PATCH] Readme fix --- README | 5 +++-- README.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index d87c302..9159e7d 100644 --- a/README +++ b/README @@ -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 diff --git a/README.md b/README.md index d87c302..9159e7d 100644 --- a/README.md +++ b/README.md @@ -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