Skip to main content

Django app to add a simple job board to your site.

Project description

Django App for adding a Job Board/Recruiting Page to your site.

To install run

pip install django-jobboard

then add ‘jobboard’ to your django project’s list of apps and migrate.

in your project add the following to get the paths added automaticly:

urlpatterns = [
    ...
    path('jobs/', include('jobboard.urls') ),
    ...
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_jobboard-0.1.0-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

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