Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.web beat.web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beatbeat
  • beat.webbeat.web
  • Merge requests
  • !376

Update installed apps

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Samuel GAIST requested to merge update_installed_apps into django3_migration Sep 22, 2020
  • Overview 0
  • Commits 9
  • Pipelines 1
  • Changes 9

This merge request updates the way installed apps are declared following Django 3 new recommendations.

See Django's application documentation

It also updates test dependencies adding nose as it was missing for beat/beat.web> but pulled in because of other packages using it. However, not being part of the buildout configuration made it ignored when generating the django scripts therefore the "statistics" module tests could not run properly.

Part of #561 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: update_installed_apps