Commandline Arguments with Django (or Python's Argparse mini tutorial)

Опубликовано: 09 Май 2020
на канале: Django Lessons
1,833
30

#django #python #argparse #commands #design

While developing django applications many times it is necessary to perform one time operation. For example while building recurring payments with Paypal, because later does not provide a way to do that in dashboard, we needed to develop one time solution to add plans and products. In this screencast you will learn the basics of designing beautiful command line interfaces.
There is the repo: https://github.com/Django-Lessons/com...