mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-05-17 09:31:06 +00:00
Readme fix
This commit is contained in:
parent
8965ed55ba
commit
044805279f
2 changed files with 6 additions and 4 deletions
5
README
5
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue