Skip to content

Conversation

@ayushrusiya9
Copy link

Summary

  • Converted signup and login templates to explicit field rendering (no as_widget(attrs=...)).
  • Added SignUpForm and LoginForm to set Bootstrap widget attributes in Python.
  • Wired default LoginView to use LoginForm via urls.
  • Updated tests to ensure signup/login and task flows continue working.

How to test locally

  1. python -m venv venv && venv\Scripts\activate # Windows
  2. pip install -r requirements.txt
  3. python manage.py migrate
  4. python manage.py runserver
  5. Visit /signup/ and /login/ to verify Bootstrap styling and proper validation.
  6. Run tests: python manage.py test

Notes

  • No business logic changes; only UI + templates + forms + tests.
  • Happy to adjust Bootstrap CDN or minor UI pieces if maintainers prefer.

@ayushrusiya9
Copy link
Author

Hi quick checklist I verified locally:

  • Signup & Login UI render correctly with Bootstrap classes (.form-control)
  • All tests passing: python manage.py test
  • Task flows (create/update/delete) validated manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant