A short description of your package
Project description
Django Survey App
This Django application allows you to create and manage surveys including CSAT, NPS, CES, and Generic Surveys. It supports both anonymous and logged-in user responses with user metadata tracking.
Setup and Installation
-
Run Migrations
python manage.py migrate
-
Run Server
python manage.py runserver
Access the admin panel at
http://localhost:8000/admin/
. -
Adding Surveys and Questions
- Navigate to the Django admin site.
- Add new surveys and questions under the respective sections.
-
URL Configuration
Include survey-related URLs in your project's
urls.py
file. Example:from django.urls import path, include urlpatterns = [ path('', include('customersatisfactionmetrics.urls')), # ... other URL patterns ]
Features
- Supports various survey types: CSAT, NPS, CES, and Generic.
- Allows both anonymous and logged-in user responses.
- Tracks user metadata like IP address and user agent.
Contributing
Contributions to this project are welcome. Please fork the repository and submit a pull request.
License
[Your chosen license]
Contact
[Your contact information]
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 Distribution
Built Distribution
File details
Details for the file customersatisfactionmetrics-0.0.1.tar.gz
.
File metadata
- Download URL: customersatisfactionmetrics-0.0.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cac9f73d2bd2115d69b303985709e728ed96bc3247d159cfd0f688c1571d564 |
|
MD5 | e6cef0103a1fe5aa0cf4a89e37854e26 |
|
BLAKE2b-256 | 9db23f3a742974150ae8dc21020cefdbab9d2e072a3f2ec21deb85592a095395 |
File details
Details for the file customersatisfactionmetrics-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: customersatisfactionmetrics-0.0.1-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d31b5baeb1159c155467634285129c07033ce46b3483da91833dfdbf6d5059a |
|
MD5 | 01b3e20cefd5ce2609bb831c78343616 |
|
BLAKE2b-256 | ecf335adbae91f72512d04bc9e1c34d93551b1faf090d882a101f307aeaf830c |