Skip to main content

A reusable Django app to manage analyses.

Project description

django-analyses

A reusable Django app to manage analyses.

Quick start

  1. Add "django_analyses" to your INSTALLED_APPS setting:
    INSTALLED_APPS = [  
        ...  
        'django_analyses',  
    ]  
  1. Include the analysis URLconf in your project urls.py:
    path("api/", include("django_analyses.urls", namespace="analysis")),
  1. Run python manage.py migrate to create the analyses models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/.

  3. Visit http://127.0.0.1:8000/api/analysis/.

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

django_analyses-0.0.2.tar.gz (16.7 kB view hashes)

Uploaded Source

Built Distribution

django_analyses-0.0.2-py3-none-any.whl (45.2 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