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
Release history Release notifications | RSS feed
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
File details
Details for the file django_jobboard-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_jobboard-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2794b1009fdb7389beb4920630b8460c4154c3df8896db13575b0abed45ce8eb |
|
MD5 | bd13e6e49b63096adcaf2e301f849b7a |
|
BLAKE2b-256 | 7e411b09f3ce593f4f822816d0cf5f79f9a5ff1e900fea60578e0a3480ab145d |