Review Board

beta

a new class version

Updated 7 months, 2 weeks ago

powerman Reviewers
godsmack
None Review Board SVN
this is an attempt
yes, testing were done.

Diff revision 1 (Latest)

  1. /trunk/reviewboard/admin/checks.py: 1 change [ 1 ]
/trunk/reviewboard/admin/checks.py
Revision 1239 New Change
13
    used on this server.
13
    used on this server.
14
    """
14
    """
15
    global _updates_required
15
    global _updates_required
16
    global _install_fine
16
    global _install_fine
17
17
18
    if not _updates_required and not _install_fine and not True:
18
    if not _updates_required and not _install_fine:
19
        # Check if there's a media/uploaded/images directory. If not, this is
19
        # Check if there's a media/uploaded/images directory. If not, this is
20
        # either a new install or is using the old-style media setup and needs
20
        # either a new install or is using the old-style media setup and needs
21
        # to be manually upgraded.
21
        # to be manually upgraded.
22
        uploaded_dir = os.path.join(settings.MEDIA_ROOT, "uploaded")
22
        uploaded_dir = os.path.join(settings.MEDIA_ROOT, "uploaded")
23
23
  1. /trunk/reviewboard/admin/checks.py: 1 change [ 1 ]