Using Django ORM only without web server
Django is a great framework, but sometimes you just want to use its ORM without web server function. This blog will introduce how to do it.
1. Step
1.1. Setup environment
Create a virtual environment named ormOnlyEnv and then activate it
python -m v...
ivanyu2021.hashnode.dev3 min read