A fully functional Datatable project written in python (django) designed to organize a company's employees according to different criteria.
Every part of this project is sample code which shows how to do the folllowing:
- create a custom webapp with Django
- create your account
- add, edit, and delete rows
- filter employees by id, name, email, occupation, salary, gender, or creation date
- copy and print the contents of the datatable
- download the datatable as an excel and pdf document
- clone this project
- install python (django)
- run: python manage.py runserver
Useful documentation: https://docs.djangoproject.com/en/4.1/intro/tutorial01/
Database https://docs.djangoproject.com/en/4.0/ref/settings/#databases
Password validation https://docs.djangoproject.com/en/4.0/ref/settings/#auth-password-validators
Internationalization https://docs.djangoproject.com/en/4.0/topics/i18n/
Static files (CSS, JavaScript, Images) https://docs.djangoproject.com/en/4.0/howto/static-files/
Default primary key field type https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field



