WeilanTao / LibraryWebsite

This is a Library website based on Django and Scrapy
MIT License
2 stars 0 forks source link

add book title for chapterlist page #4

Open WeilanTao opened 2 years ago

WeilanTao commented 2 years ago

How to pass request with parameteres??

WeilanTao commented 2 years ago

there is no good way to pass hidden parameters from template to views -- Session/Cookie or form submission or url parameters...i don't understand why django doesn't have such functionality. maybe I should use a cache to store data. I will close the issue for now. I will only up date this if I found a good method

WeilanTao commented 2 years ago

I saw ajax may help with this issue... but I will go with other functionalities first maybe i will try ajax after I create buttons...