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
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.
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.
- Python 3.5.2
- Django 2.0.4
- Django Filter 1.1.0
- Django Tables2 1.21.2
- Gensim 3.4.0
- DjangoRestFramework 3.8.2
- Pandas 0.22.0
- Scikit-learn 0.19.1
- Matplotlib 2.2.2
- Channels 1.1.5
- Asgi_redis 1.4.3
- Service_identity 17.0.0
Login: sample_user
Password: sample_user12345