scrapyd-client icon indicating copy to clipboard operation
scrapyd-client copied to clipboard

Document how to add a Django project to the egg (viz DjangoItem support)

Open ldng opened this issue 9 years ago • 5 comments

I fail to see how I should "Eggifying" a project that uses DjangoItem. Am i supposed to bundle the django project too within the egg ?

ldng avatar May 13 '15 23:05 ldng

@ldng, what have you tried?

Digenis avatar Mar 15 '16 20:03 Digenis

Im having same issue

junejie avatar Sep 27 '17 08:09 junejie

me too What should we do?

Mee1ad avatar Jul 08 '18 10:07 Mee1ad

The default setup.py file has the line:

packages     = find_packages(),

Can you try setting it to a list of modules (including the module for the Django project)?

jpmckinney avatar Sep 23 '21 00:09 jpmckinney

For reference: https://github.com/scrapy-plugins/scrapy-djangoitem

jpmckinney avatar Sep 23 '21 00:09 jpmckinney