Skip to content
Snippets Groups Projects

Resolve "Add licence information page"

Merged Jonathan Weth requested to merge 108-add-licence-information-page into master

Closes #108 (closed)

Edited by Nik | Klampfradler

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Jonathan Weth added 1 commit

    added 1 commit

    • 48ec91e6 - Sort copyright holders on licence information page

    Compare with previous version

    • 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.

  • Jonathan Weth added 1 commit

    added 1 commit

    • 4999abf1 - Move crawling of app licence information to core_helpers

    Compare with previous version

  • Jonathan Weth resolved all threads

    resolved all threads

  • 1 1 import os
    2 2 import sys
    3 3 from glob import glob
    4 from importlib import import_module
  • 1 1 import os
    2 2 import sys
    3 3 from glob import glob
    4 from importlib import import_module
    4 5
    6 from django.apps import apps
  • 1 from importlib import import_module
  • Nik | Klampfradler changed milestone to %2.0a2

    changed milestone to %2.0a2

  • How we want to go on here?

  • Jonathan Weth marked as a Work In Progress

    marked as a Work In Progress

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading