Using Django ORM only without web server
Apr 20, 2024 · 3 min read · 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...
Join discussion



