Skip to content

Latest commit

 

History

History

django-orm-sql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Setup

cd project
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
./manage.py makemigrations blog
./manage.py migrate
./manage.py shell_plus

Example queries

Check queries.py and run the queries in the django shell