Skip to content

Django SQLite

Welcome to walkalongs

walkalongs are resources and solutions of various technologies that I am currently learning. These are not meant to be tutorials so it is very likely most solutions will not have detailed explanations.
These are not walkthroughs but walkalongs !

Try it yourself

You may wish to solve the questions yourself. Clone the repo and install the requirements.
pip install -r requirements.txt

Running the django orm notebooks (Django Shell-plus)

cd into server/notebooks Then open the notebook using python ../manage.py shell_plus --notebook

If you are getting this error ModuleNotFoundError: No module named 'notebook.notebookapp, then try pip install notebook==6.5.5.
see this issue

List of content currently available

1. w3school sql exercises using django
2. sql-practice (easy) exercies using django
3. sql-practice (medium) exercies using django
4. sql-practice (hard) exercies using django