Making your first django project and app
In my previous post I talked about how to install Django to your local machine, if you didn't read it, no need to be be bothered just head into your terminal or command line and pip install it like this :
pip install django
When working with django y...
somtochukwu.hashnode.dev2 min read