Skip to main content

A simple Django app to conduct Web-based jobs.

Project description

Jobs is an add-on for ServiceM8. Allow customers to easily schedule jobs from a “customer portal”.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “jobs” and “bootstrap3” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'jobs',
        'bootstrap3',
    ]
  2. Include the polls URLconf in your project urls.py like this:

    url(r'^jobs/', include('jobs.urls')),
  3. Run python manage.py migrate to create the polls models.

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

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

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-sm8-jobs-0.9.1.tar.gz (380.9 kB view details)

Uploaded Source

File details

Details for the file django-sm8-jobs-0.9.1.tar.gz.

File metadata

File hashes

Hashes for django-sm8-jobs-0.9.1.tar.gz
Algorithm Hash digest
SHA256 f8f3da9df7e5330300a63a421efb775a5aae685a503f4c7c26fe4e33129ee971
MD5 35de6e591ca74ce540bab0108da4d5e9
BLAKE2b-256 37b53d7607440f53d994a897994b754eadd1bca00267c423e71f7db39cfd3443

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page