User should have python
installed on their system.
-
Open Project Directory
Server/
which has file namedmanage.py
. -
Use the command :
pip install -r requirements.txt
for installing the required modules. -
Type
python manage.py runserver
to start the server with default port8000
, to run server with custom post typepython manage.py runserver <port_number>
. -
Example :
python manage.py runserver 80
create a super user who can access admin panel by using the command : python manage.py createsuperuser
Note : /webhook/call/
is the endpoint for listening and /admin
is for admin panel.