Fullstack Fruit & Veg Shop: A web application developed with HTML, CSS, and JavaScript for the frontend, and Django for the backend. Features include user authentication, a product catalogue, shopping cart functionality, and order management. and much more
Added a new test case
test_register_form
for validatingRegisterForm
.Created a new
tests
folder inside theauthentication
app.Renamed the existing
tests.py
tocustom_user_model_test.py
and moved it to the newtests
folder.Added a clean method check to check if the passwords match on the RegisterForm model.