Featured

BONUS PART | Fullstack Application 2022 With Django 4 | Human Resources Webapp | Improvements



Published
Hello guys ! In this bonus class we will check our entire application for flaws, errors and make some improvements... Let's code guys...
----------------------------------------------------
{% block content %}
===
# IMPROVEMENTS

For this bonus class I made a list of 21 items to analyze. Among these items are some improvements in the system, correction of security flaws, among others. This is the last class of the course and there will not be a second bonus class.

Final result size = 748kb (before 641kb). It's because the improvements. But the application still light and fast.

I hope you like !

Playlist: https://youtube.com/playlist?list=PLEoCKCuqTqMh5kSrfMYiGh-Hdwgr0bWUi

Trailer Frontend App: https://youtu.be/VRSyh1gaeWU
Trailer Fullstack App: https://youtu.be/cn9HyRB8i7k
===
{% endblock content %}

----------------------------------------------------
{% block code %}
===
# Code dateTime inside the countdown:

// Output
const timer = document.getElementById("timer").innerHTML = d + " days, " + ('0' + h).slice(-2) + ":" + ('0' + m).slice(-2) + ":" + ('0' + s).slice(-2);
===
{% endblock code %}

----------------------------------------------------
{% block i-forgot %}
===
Django automatically created some imports within the files below. I will list the imports below so you can just remove them.

Models.py:
from cgitb import text
from email import message
from tabnanny import verbose

Admin.py:
from re import search

Note: If django has created other auto-imports for you, then just remove them.
===
{% endblock i-forgot %}

----------------------------------------------------
{% block speech %}
===
I recommend you to watch the video at 1.5x or 1.75x speed because my speech is very slow.
===
{% endblock speech %}

----------------------------------------------------
{% block installation %}
===
Don't know how to install django on your computer ?

1) How to install on windowns: https://youtu.be/Tq21Be6SYts
2) How to install on Linux: https://youtu.be/L15sPQKAg_8
3) How to install on Mac OS: https://youtu.be/RuWYPHKrhEs
===
{% endblock installation %}

----------------------------------------------------
{% block thanks %}
===
Thank you so much guys for watching this video, like the video, subscribe to my channel, leave a comment in the description, share this video and subscribe to help in the growth of this channel.
===
{% endblock thanks %}

----------------------------------------------------
{% block support %}
===
This channel offers 100% free support for queries, code errors, etc.

Requirements:

1) You must be subscribed to the channel (I will check)
2) Support is valid only for the class presented in the video. I don't support it if it's different.

Note: To call support, just contact me by email that is just below here in the description.
===
{% endblock support %}

----------------------------------------------------
{% block contact %}
===
# Email: [email protected]
===
{% endblock contact %}

----------------------------------------------------
{% block credits %}
===
# Boxicons: https://boxicons.com/
# NCS:
Track: Chenda & Shiah Maisel - Find You There [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/zZbT0OaDuJ0
Free Download / Stream: https://ncs.io/FindYouThere
===
{% endblock credits %}
Category
Job
Be the first to comment