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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_survey_bot-0.0.1-py3-none-any.whl.
File metadata
- Download URL: django_survey_bot-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8712382d1e481a24ce992c4fd8981d8ec082ebadc7b99a18d9e5cf05ad07260f
|
|
| MD5 |
412ff446b1058903feb4f922f46e833d
|
|
| BLAKE2b-256 |
b269d2f0947517b5851a7cdbb46c51c5e7953121d33876b9603d4518aaa4e130
|