Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ldng opened this issue May 13, 2015 · 5 comments
Open

Comments

@ldng
Copy link

ldng commented May 13, 2015

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 ?

@Digenis
Copy link
Member

Digenis commented Mar 15, 2016

@ldng, what have you tried?

@junejie
Copy link

junejie commented Sep 27, 2017

Im having same issue

@Mee1ad
Copy link

Mee1ad commented Jul 8, 2018

me too
What should we do?

@jpmckinney jpmckinney changed the title DjangoItem support status Document how to add a Django project to the egg (viz DjangoItem support) Sep 23, 2021
@jpmckinney
Copy link
Contributor

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
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants