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
Add “jobs” and “bootstrap3” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'jobs', 'bootstrap3', ]
Include the polls URLconf in your project urls.py like this:
url(r'^jobs/', include('jobs.urls')),
Run python manage.py migrate to create the polls models.
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.
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)
File details
Details for the file django-sm8-jobs-0.9.1.tar.gz
.
File metadata
- Download URL: django-sm8-jobs-0.9.1.tar.gz
- Upload date:
- Size: 380.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f8f3da9df7e5330300a63a421efb775a5aae685a503f4c7c26fe4e33129ee971
|
|
MD5 |
35de6e591ca74ce540bab0108da4d5e9
|
|
BLAKE2b-256 |
37b53d7607440f53d994a897994b754eadd1bca00267c423e71f7db39cfd3443
|