Skip to content

oscar7845/Django-Datatable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python (Django) with Bootstrap 5 and Datatable

A fully functional Datatable project written in python (django) designed to organize a company's employees according to different criteria.

Includes Django admin dashboard

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

Check out each feature here

data_11

data_12

data_13

data_14

How you can install this project and test it

  1. clone this project
  2. install python (django)
  3. 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

About

Crud Application for Employee Management using Django datatable and bootstrap 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published