Skip to main content

Web-based task manager and dashboard, written in Django.

Project description

Quick start

  1. Add “taskboard” to your INSTALLED_APPS setting like this::
    INSTALLED_APPS = [

    ‘taskboard’

    ]

  2. Include the URLconf in your project urls.py::

    path(‘taskboard/’, include(‘taskboard.urls’))

  3. Configure the SESSION_ENGINE in your project settings.py::

    SESSION_ENGINE = ‘django.contrib.sessions.backends.file’

  4. Configure the TASKBOARD_ADMINS in your project settings.py::
    TASKBOARD_ADMINS = [

    {‘username’: ‘admin’, ‘password’: ‘admin’, ‘name’: ‘Administrator’}

    ]

  5. Visit http://127.0.0.1:8000/taskboard/ to open the dashboard.

Build

  1. python setup.py sdist

  2. twine upload dist/*

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-taskboard-0.7.tar.gz (5.4 MB 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