JobAWay Django Documentation 1.0.0

Thank you very much for your purchase!

If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via our Support mail : Support

Introduction

Jobaway Django is a modern, clean, and fully responsive recruitment and staffing agency template built with the Django framework. Designed for HR agencies, job boards, and consulting firms, it provides a solid foundation for developing dynamic career portals. This version brings the power of Django 10+ with built-in authentication, role management, and modular components using Blade. Jobaway Django includes admin and candidate dashboards, job posting and application features, and follows Django’s best practices for performance and scalability. Whether you're building a recruitment site or a corporate HR portal, Jobaway offers the flexibility and tools to get started quickly.

Installation

To setup the theme, follow below-mentioned steps

  • Install Python
    • Make sure Python is installed on your machine. If not already installed, you can download and install Python from the official website.

  • Install Django 5
    • Make sure to have the Django 5 installed & running in your computer. To install Django 5 run below command
    pip install Django 5==5.0
  • Running the Django 5 Application
    • python manage.py runserver
      or
      python manage.py runserver 8001

File Structure

├──  JobAWay /
├──  JobAwayApp /
│   ├──  __pycache__/
│   ├──  static/
│   ├──  templates/
│   ├──  __init__.py
│   ├──  blogViews.py
│   ├──  homeViews.py
│   ├──  manage.py
│   ├──  pagesViews.py
│   ├──  solutionsViews.py
├──  .env
├──  db.sqlite3
├──  urls.py
├──  Documentation
    └── index.html - Index file for documentation.

Django Structure

{% extends 'layouts/layout.html' %}

{% block css %}
    <link rel="stylesheet" href="/static/css/module-css/page-title.css">
    <link rel="stylesheet" href="/static/css/module-css/portfolio.css">
    <link rel="stylesheet" href="/static/css/module-css/subscribe.css">
    <link rel="stylesheet" href="/static/css/module-css/footer.css">
{% endblock %}

{% block content %}

        <!-- portfolio-section -->
        <section class="portfolio-section portfolio-two centred pt_110 pb_120">
            <div class="auto-container">
                <div class="sec-title pb_60 sec-title-animation animation-style2">
                        .....   .....   .....   .....   .....
                </div>
                <div class="sortable-masonry">
                    <div class="filters mb_60">
                        .....   .....   .....   .....   .....
                    </div>
                    <div class="items-container row clearfix">
                        .....   .....   .....   .....   .....
                    </div>
                </div>
                <div class="pagination-wrapper pt_20">
                    .....   .....   .....   .....   .....
                </div>
            </div>
        </section>
        <!-- portfolio-section end -->

{% endblock content %}
                            

CSS

JobAWay Built with latest version of CSS3.

File Name Details
css/animate.css animate CSS
css/bootstrap.css bootstrap CSS
color.css color CSS
elpath.css elpath CSS
flaticon.css flaticon CSS
font-awesome-all.css font-awesome-all
jquery-ui.css jquery-ui
css/jquery.fancybox.min.css jquery.fancybox.min CSS
css/nice-select.css nice-select CSS
css/odometer.css odometer Css
css/owl.css owl Css
css/responsive.css responsive Css
css/rtl.css rtl Css
css/style.css Style Css

Javascript

JobAWay Built with Javascript

File Name Details
plugins/appear.js Appear js
plugins/bootstrap.min.js bootstrap min Js
plugins/bxslider.js bxslider js
plugins/gsap.js gsap Js
plugins/isotope.js isotope Js
jquery.circleType.js jquery circleType Js
js/wow.js All Custom js files

Support

Thank you for become a part of us. If you have any query, suggestion and complain. Contact us anytime. If you have any questions that are beyond the scope of this documentation, please feel free to email us via our Support mail : Support

Changelog

1.0.0 - 21th jun 2025

General

Initial Released

© 2026 JobAWay