Skip to main content

A Django app to conduct job board.

Project description

Django Job Board

Job Board is a Django applicaiton that you can use in any django 3 software

Detailed documentation comming soon

Quick start

  1. Add "polls" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'job_board', ]

  2. Include the polls URLconf in your project urls.py like this::

    path('job_board/', include('job_board.urls')),

  3. Run python manage.py migrate to create the job_board models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/

  5. Visit http://127.0.0.1:8000/job_board/ to explore job_board.

  6. Dependencies

    1. djangorestframework
    2. django-tinymce
    3. django-userforeignkey
    4. pillow and
    5. pyjwt

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-job-board-0.2.2.tar.gz (21.9 kB 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