Opened 9 years ago
Last modified 9 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 )
I am unsure whether zip_safe=False is needed in setup.py for reusable apps.
Here is my question on StackOverflow:
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 :-)
Note:
See TracTickets
for help on using tickets.