andynhn/python-django-login-register
Basic login and registration app using python and django. Includes validation rules for user input. Users are created and saved in an SQLite database. Displays a simple welcome page to confirm successful registration or login.
andynhn/python-django-courses
A web app using python and django that allows a user to add and remove courses (based on a given wireframe). Added courses are displayed in a table on the same page. Validation rules check the user's input, and the user has a chance to verify a deletion before the course is removed from the database.