Making your life easier with 'run script' in Django
This post assumes you have prior knowledge of basic python and Django.
Jun 3, 20223 min read1.5K

Search for a command to run...
Articles tagged with #python
This post assumes you have prior knowledge of basic python and Django.

As we all know, python can do both structural and object-oriented programming. As part of its OOP, it follows one key concept that is inheritance. To use the inheritance concept, python uses the super() function to refer to the parent class' methods...

Django: The web framework for perfectionists with deadlines. From Django's official site: Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of m...