reading-notes

code fellows reading notes

View on GitHub

Reading-Notes

Code Fellows Python 401

Read: 27 - Django Models

Using Models

Django Admin

The Django admin application can use your models to automatically build a site area that you can use to create, view, update, and delete records.

Optional: Beginner’s Guide to Django - Part 1

Bookmark and Review