Alice Ridgway·Nov 2, 2022How to Filter Django QuerySets — 15 Examples For Beginners — CTRL Z BlogI am going to show you how to filter your Django QuerySets. There are lots of tips and tricks to write more powerful Django queries. By…
InCodeXbyAlice Ridgway·Sep 30, 2021How to Start a Django ProjectIn this tutorial, we will start a Django project from scratch.A response icon1A response icon1
Alice Ridgway·Mar 28, 2021Django Testing for BeginnersThere are two things I regret not learning properly before starting my first development job: git and testing.A response icon1A response icon1
InDev GeniusbyAlice Ridgway·Oct 12, 2020How to get started with the Debugger in VS CodeI have a confession to make. Until yesterday, I was using print statements to debug my Python code.A response icon2A response icon2
Alice Ridgway·Oct 10, 2020How to automatically log in users in with DjangoDjango does not automatically log in users after signing in, but achieving this functionality only takes a few extra lines of code.
InAnalytics VidhyabyAlice Ridgway·Sep 27, 2020Django: how to pass the user object into form classesYesterday, I published a tutorial on how to build forms with ManyToMany fields. The back-end work was almost complete, except for a bug…A response icon10A response icon10
InThe StartupbyAlice Ridgway·Sep 26, 2020Django Forms for Many-to-Many FieldsBuilding forms with Django is straightforward if your fields are simple inputs like text fields, but what if your forms need to reference…A response icon10A response icon10
Alice Ridgway·Sep 20, 2020Setting up a forked Django projectOne of the things I miss about my JavaScript days is the ease of forking a repository and getting the dependencies installed. JavaScript…A response icon1A response icon1
Alice Ridgway·Sep 17, 2020How to set up environment variables in DjangoIt is important to keep sensitive bits of code like API keys and passwords away from prying eyes. The best way to do this is to not put…A response icon9A response icon9
InDev GeniusbyAlice Ridgway·Sep 14, 2020Django Explained for JavaScript DevelopersWhen you learn a back-end framework, you become used to doing projects in a certain way. My first framework was Express (the E in MERN…A response icon1A response icon1