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