Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 375 Bytes

example.rst

File metadata and controls

20 lines (14 loc) · 375 Bytes

Run the example

bash

mkdir jssor_example
mv django-jssor/example jssor_example
cd jssor_example
virtualenv .
source bin/activate
pip install django django-jssor Pillow pytz
cd example
python manage.py runserver

Go to http://localhost:8000/.

Admin login is admin and password is jssor_example.