mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-02 13:20:24 +00:00
Readme fix
This commit is contained in:
parent
79eb1071b0
commit
8965ed55ba
2 changed files with 4 additions and 4 deletions
4
README
4
README
|
|
@ -10,12 +10,12 @@ Installation
|
|||
|
||||
1. Install `django_select2`
|
||||
|
||||
pip 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
|
||||
python manage.py collectstatic
|
||||
|
||||
More details
|
||||
============
|
||||
|
|
|
|||
|
|
@ -10,12 +10,12 @@ Installation
|
|||
|
||||
1. Install `django_select2`
|
||||
|
||||
pip 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
|
||||
python manage.py collectstatic
|
||||
|
||||
More details
|
||||
============
|
||||
|
|
|
|||
Loading…
Reference in a new issue