Skip to content

Latest commit

 

History

History

app-python-django

App Python Django

This project demonstrates how to use feature toggles with GrowthBook, either in the backend or frontend side.

Configuration

Feature toggles

Where you can see feature toggles:

Explore de API

How to list all profiles:

http GET :8000/api/v1/profile/

How to create a profile:

http POST :8000/api/v1/profile/ name=Jafar address=Agrabah [email protected] sex=M username=jafar

How to find records:

http GET :8000/api/v1/profile/ search==Jafar