I have prepared a big project that can meet the company's needs. I used the Django framework, prepared few animations and looks good UI experience with CSS and JavaScript. The project, includes dynamically auto-fill form, different form selection property and dynamically show & filter passenger details in the passenger table.
- Django Framework(3.1 or 3.0)
- Python 3.8
- ckeditor
- bootstrap3 & datetime
- django-filter
- pandas
- crispy-forms
- sqlite3 database
- Django Datetimefield
- Django Static & Files
Clone project
git clone https://github.com/egemengulpinar/Django-Dashboard.git
Install Django Framework
pip install Django==3.1
Install Python 3.8
https://www.python.org/downloads/release/python-381/
Install requirement packages
pip install django-crispy-forms
pip install pandas
pip install django-ckeditor
pip install bootstrap3-datetime
pip install django-filter
python manage.py runserver