问题
i m new to this and struggling to find a way where i can possibly integrate scrapy into my django admin. Meaning there by , - able to trigger scrapy spider from my django admin
I have already
- created the spider to collect data
- persisting data into mongodb (so no worries of using wrapper to w.r.t performance)
- have django admin interface able to read that data and display in admin
Now i would like to put a feature where i can see this is my spider and i use the clickbutton to trigger it.
OR alternatively, can you advise if i can integrate sxrapy into djangocms???
I have gone through numerous examples and tutorials but not making sense to me. How and what should i do? Please share some thoughts. thanks
来源:https://stackoverflow.com/questions/60431774/django-admin-scrapy-with-ui