Skip to content

tbro2020/kaditaj-api

Repository files navigation

===== Kaditaj API

Polls is a Django app to conduct web-based polls. For each question, visitors can choose between a fixed number of answers.

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "polls" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ..., "api", ]

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

    path("api/", include("api.urls")),

  3. Run python manage.py migrate to create the polls models.

  4. Visit http:https://127.0.0.1:8000/api/ to participate in the poll.

About

kaditaj core CMS api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages