Muka-is-home / api

0 stars 0 forks source link

Template setup #26

Closed TrinityChristiana closed 11 months ago

TrinityChristiana commented 1 year ago

This is a PR that adds sample templates for reference while making them. Shows the following:

How to test

  1. fetch branch
  2. check out branch
  3. make sure to have most up tp date packages
  4. Start your server (no need for new migrations)
  5. Go to this URL: http://localhost:8000/
  6. There should be a header that looks just like this:
    • Screenshot 2023-08-09 at 5 43 37 PM
  7. There should be a footer that reads This is the footer
  8. You should see this text between the footer and header: Gaurav Singhal https://pluralsight.com 200 Loading... // This is where our page-specific code goes.
  9. There should be a loader next to this text that is moving in a circle.
  10. The background color should be bright red!
TrinityChristiana commented 1 year ago

For future reference, here's the link to how to deal with forms in Django: https://docs.djangoproject.com/en/4.2/intro/tutorial04/#write-a-minimal-form

TrinityChristiana commented 1 year ago

Docs for User auth in django: https://docs.djangoproject.com/en/4.2/topics/auth/default/#module-django.contrib.auth.forms

TrinityChristiana commented 11 months ago

Close as Stale!!!!