Making your life easier with 'run script' in Django
A basic python script is some code in python that you directly run through the command line and it gives you an output. For example, if you want to print "hello world"
print("hello world")
You can also save the script in a file and run it through t...
blog.sagargaire.com.np3 min read