You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply type annotation for Python and MyPy checking. Benefit: It improves IDE autocomplete and detect some bugs early.
Use Jinja for templating (replacing Django template). Benefit: We can embed Python function to template and call. With Django template, we have to define filter, custom tags.
Backend
Frontend
The text was updated successfully, but these errors were encountered: