Skip to main content

A Survey Bot package developed using Django to create Bots and collect leads

Project description

django-survey-bot

A Survey Bot package developed using Django to create Bots and collect leads

Installation

django-survey-bot requires python3 to run. 1), install using pip

pip install django-survey-bot

2), Add "survey_bot" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
        ...
        'survey_bot',
    ]

3), Include the survey_bot URL conf in your project urls.py like this::

path('survey-bot/', include('survey_bot.urls')),

4), Run python manage.py migrate to create the survey_bot models.

5), Start the development server and visit http://127.0.0.1:8000/survey-bot/ to create a bot.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_survey_bot-0.0.1-py3-none-any.whl (6.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page