Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 441 Bytes

File metadata and controls

19 lines (16 loc) · 441 Bytes

ConfigCat Django Sample App

To run the sample project you need Django and ConfigCatClient installed.

pip install Django
pip install configcat-client

Start sample:

  1. Apply migrations (Required for first time only)
python manage.py migrate
  1. Run sample app
python manage.py runserver
  1. Open browser at http://127.0.0.1:8000/