Resolve "Add licence information page"
Closes #108 (closed)
Edited by Nik | Klampfradler
Merge request reports
Activity
added part::backend part::frontend type::feature workflow::confirmed labels
added 1 commit
- 96958a7e - Add about page with general, copyright and licence information
assigned to @nik
- Resolved by Jonathan Weth
There is a de facto standard which puts most of the meta data in
__init__.py
.
added 1 commit
- 668885f0 - Include licence information from __init__.py
added 1 commit
- c6da204a - Move crawling code for licence information from settings.py to corresponding view
- Resolved by Jonathan Weth
added 1 commit
- 48ec91e6 - Sort copyright holders on licence information page
- Resolved by Jonathan Weth
I am somehow generally not convinced thatany part of this should go into settings. ALl metadata should be in the package's
__init__.py
.I did not try that, but maybe it is worthwhile looking into how the Django Debug Toolbar achieves the exact same functionality in its package metadata panel.
added 1 commit
- 4999abf1 - Move crawling of app licence information to core_helpers
- Resolved by Nik | Klampfradler
changed milestone to %2.0a2
Please register or sign in to reply