Skygear server build from binary file


#1

HI

I’m working to deploy skygear server from binary file v 1.6.2 :

I download it and run and it’s work fine.

how to add chat plugins to it.

I follow the installation guide from https://github.com/SkygearIO/chat

but I stop on step 2 :

from skygear.settings import settings

from .chat import includeme

includeme(settings)

where can I add this code ???
can please explain it??