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 hashes)

Uploaded Source

Built Distribution

customersatisfactionmetrics-0.0.1-py3-none-any.whl (12.4 kB 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