Skip to main content

No project description provided

Project description

Description

Quick start

  1. Install the lib:

    pip install django-un-foo

  1. Add “foo” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'un_foo',
        ...
    ]
  2. Include the foo URLconf in your project urls.py like this:

    path('', include('un_foo.urls')),
  3. Add this variable FOO_SETTING to settings.py

  4. You will find the foo api documentation in /foo/.

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-un-foo-0.1.9.tar.gz (3.1 kB view hashes)

Uploaded Source

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