django
Starting with Python django
Django is a open source and free python based framework for web programming. I have used python3 and django 2.1.7 on debian 9.8 in this article to write a basic django based web app. Install django Create a directory to hold are your development stuff “django-works” or whatever name you like. Create your first django […]