CodeConnoisseur74 / gloss

2 stars 1 forks source link

setup initial django templates and views in note app #48

Closed CodeConnoisseur74 closed 3 months ago

CodeConnoisseur74 commented 3 months ago

Add initial four templates to note app as follows:

index.html my-login.html register.html dashboard.html

created the requests in the four functions in views for testing

Related Issue

Motivation and Context

to connect the urls and templates to views and test function.

How Has This Been Tested?

Yes this has been tested

Screenshots (if appropriate):

homepage-test my-login-test register-test dashboard-test

Types of changes

Checklist:

CodeConnoisseur74 commented 3 months ago

ok to merge.

CodeConnoisseur74 commented 3 months ago

Additional templates to be included in a separate issue.