Class Room Prep

A blog in which I explore technologies to see what I should teach and how I should teach them in the classroom.

Saturday, July 25, 2020

Relationships between classes

›
Four types of relationships There are four possible relationships between classes. Association, in which one class calls a method in anot...

More about objects

›
Overview Many people have difficulties when they try to think about a problem in an object oriented way. I understand that. It can be quite...
Wednesday, March 4, 2020

Creating A git Repository for your Django Project

›
It can be difficult to post your Django project to Github when you create your project first and then try to push it to Github. Typically th...
1 comment:
Tuesday, February 18, 2020

Django: setting up a application user and Hiding sensitive data in settings.py

›
When creating a django web site that connects to a database, It is necessary to provide information about the database, the database user an...
Monday, April 8, 2019

Authentication

›
Authentication is an important aspect of any application. In our application only registered members can add products or reviews. We are goi...
Saturday, March 30, 2019

Forms and Form Tests

›
Django makes creating forms for entering data extremely easy. We will go through each of these steps: Add forms to the forms.py file Add ...
Saturday, March 23, 2019

Django Tests

›
Testing is an essential part of programming. The idea of tests is to verify that all the parts of your application work as intended. Django...
›
Home
View web version

About Me

My photo
spconger
View my complete profile
Powered by Blogger.