Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This project is an extension of my exercise called lms6 (CustomUser - register, login, logout, password change/rest.)
Added "Course Catalog" in this app.
This app was originally based on the series of tutorials by SuperCoder ("Python Django Student Management System, https://youtu.be/y3llbdTtam4). One version can be found on GitHub: https://github.com/hackstarsj
In this app, I'll try to re-structure the folder setup, double check CustomUser is set up correctly.
lms5 was done mainly by following the tutorials by:
Create a CustomUser model - following Coding with Mitch:
https://www.youtube.com/channel/UCoNZZLhPuuRteu02rh7bzsw
lm6 incorporated major sections from:
https://learndjango.com/tutorials/.