You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

django-janus

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-janus

0.4
pipPyPI
Maintainers
1

===== Janus

Janus is a Django project ...

Detailed documentation is in the "docs" directory.

Quick start

  • Add "polls" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'janus', ]

  • Include the polls URLconf in your project urls.py like this::

    url(r'^/', include('janus.urls')),

  • Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabled).

  • Visit http://127.0.0.1:8000/polls/ to participate in the poll.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts