Opened 8 years ago

Last modified 8 years ago

#26489 closed Cleanup/optimization

Should reusable django apps use `zip_safe=False` in setup.py? — at Version 1

Reported by: Thomas Güttler Owned by: nobody
Component: Documentation Version: 1.9
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Thomas Güttler)

I am unsure whether zip_safe=False is needed in setup.py for reusable apps.

Here is my question on StackOverflow:

http://stackoverflow.com/questions/36403429/should-reusable-django-apps-use-zip-safe-false-in-setup-py

According to the answer zip_safe=False should be used.

The current docs don't contain this key-value pair in setup.py:

https://docs.djangoproject.com/en/1.9/intro/reusable-apps/

I am stupid, please show me the sane and default way in the docs :-)

Change History (1)

comment:1 by Thomas Güttler, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top