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
Feat: Complete homepage styling and blog card layout
Implemented additional cards for the blog homepage and developed the necessary styling for them.
Created a context_processor.py file and added RegisterForm and LoginForm to the context. This change allows these forms to be accessed from any template, bypassing the need to add them through views, so they can now be used on the blog homepage.
Removed RegisterForm and LoginForm from the homepage views, as they are now accessible globally.
TODO
Develop the individual page templates required for the blog:
Feat: Complete homepage styling and blog card layout
Implemented additional cards for the blog homepage and developed the necessary styling for them.
context_processor.py
file and addedRegisterForm
andLoginForm
to the context. This change allows these forms to be accessed from any template, bypassing the need to add them through views, so they can now be used on the blog homepage.RegisterForm
andLoginForm
from the homepage views, as they are now accessible globally.TODO