Starting a Django Application
After we have created a Django Skeleton Project, we can go ahead to create an application for our project.
In the project folder containing manage.py file, we would enter python manage.py startapp <app name> on the terminal. If we want our Django app...
thecodingprocess.hashnode.dev2 min read