Skip to content

WektorZabrze/DjangoManagementSite

Repository files navigation

Coverage Status Build Status GitHub license

Description

Django management site is a simple Django website for managing a company. It consists features such as:

  • recruitment system
  • hierarchy system
  • task giving system
  • task visualization depending on the task description

Installation

To set up your own website download whole repository, go to main folder and run following commands: python manage.py makemigrations, python manage.py migrate, python manage.py runserver. Make sure you got all the Requirements installed.

Usage

To create initial user (admin) use python manage.py createsuperuser and fill the required fields. After creating admin you can log in using /admin/ panel.

Requirements

Website

You can see out website Website

Login: sample_user

Password: sample_user12345

Contributors

Jarosław Cierpich

Arek Kasprzak

Paweł Oczadly

Marcin Miś