Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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/