Skip to main content

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

  1. Run Migrations

    python manage.py migrate
    
  2. Run Server

    python manage.py runserver
    

    Access the admin panel at http://localhost:8000/admin/.

  3. Adding Surveys and Questions

    • Navigate to the Django admin site.
    • Add new surveys and questions under the respective sections.
  4. 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


Download files

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

Source Distribution

customersatisfactionmetrics-0.0.1.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file customersatisfactionmetrics-0.0.1.tar.gz.

File metadata

File hashes

Hashes for customersatisfactionmetrics-0.0.1.tar.gz
Algorithm Hash digest
SHA256 0cac9f73d2bd2115d69b303985709e728ed96bc3247d159cfd0f688c1571d564
MD5 e6cef0103a1fe5aa0cf4a89e37854e26
BLAKE2b-256 9db23f3a742974150ae8dc21020cefdbab9d2e072a3f2ec21deb85592a095395

See more details on using hashes here.

File details

Details for the file customersatisfactionmetrics-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for customersatisfactionmetrics-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6d31b5baeb1159c155467634285129c07033ce46b3483da91833dfdbf6d5059a
MD5 01b3e20cefd5ce2609bb831c78343616
BLAKE2b-256 ecf335adbae91f72512d04bc9e1c34d93551b1faf090d882a101f307aeaf830c

See more details on using hashes here.

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