mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-19 12:41:12 +00:00
Readme updtes
This commit is contained in:
parent
ff9f8a9428
commit
79eb1071b0
2 changed files with 14 additions and 0 deletions
7
README
7
README
|
|
@ -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
|
||||
============
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
============
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue