Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f1Dr6-0003lY-NY for pgadmin-hackers@arkaria.postgresql.org; Wed, 28 Mar 2018 16:23:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f1Dr5-0006Pg-CD for pgadmin-hackers@arkaria.postgresql.org; Wed, 28 Mar 2018 16:23:19 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f1Dr5-0006PW-1u for pgadmin-hackers@lists.postgresql.org; Wed, 28 Mar 2018 16:23:19 +0000 Received: from mail-io0-x22b.google.com ([2607:f8b0:4001:c06::22b]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1f1Dr2-0001Mm-IE for pgadmin-hackers@postgresql.org; Wed, 28 Mar 2018 16:23:17 +0000 Received: by mail-io0-x22b.google.com with SMTP id d7so4202949ioc.11 for ; Wed, 28 Mar 2018 09:23:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=L8HfLYRyZ4yt0R8Pnywvle7cw6H9CwNqN6lo8pajhoc=; b=TGtt4w3yUpTKEdNGAOgM2ANIrIin9a+oEmeBLYUb/wwKKLtjM7873iR6mQx55Dva9E 0y/Kjfyx0AY4k/WiC/zy516HYIoGfAHN86Pzcz9a3AcbyL7uqXHXTw/PMu/WN8H6QjWA JZrTFCRiYFgekCSC+Px78BFUobgW3YezZReHZoubWy6Oz0tZI8GrawMKs0R/n2BVQuxc QhkDd/0bGGyKlDyICGrpPOujg8a/nyqu3h+meF8R8i6aMbm4Sn2MwHwSRYW3S+oXfgdC SDAXg54UCcCRWgBicTjv5pWhtQzsvc+IzynpglCo0IdPAgTozCCh1ShupqB4nBIm2tOM w5jA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=L8HfLYRyZ4yt0R8Pnywvle7cw6H9CwNqN6lo8pajhoc=; b=QzMOzLvA0KP462AS7TVaG7Ja+BDxQFsQrEwXAJRETNFL8h/D72aG3yJtOrONPElRkA qQKqHVStFN8284WRd0XlA7vgQsDEInBmfMGH5Gd/3emdKtlBrQnfOUz1TFTgqrRl4FK7 xnX3yljd1f/1fs80SEGMwVRz66wUoHxxCE611tsj/njxC3qa9ol0IaWPTnSnr/nLAhZ1 o9/604eqwD9ocFcid/oNOJJ2a9JqAIsSlqXDozMVrqYI5MVfj5YUnWwRB8kUCvJDr06i CPUMhoROpEEFxsOD1x1FL3ehJB8y/nLiao/06apxbwrmgA9xVjW+b1x2b5EkV/nODjkH qApA== X-Gm-Message-State: AElRT7H2OjRug7GyUzwsiydJqSIWtKuNj00PUyy0P4EQpNcm60+ZuSU5 963hkqoHT66UdaittZ0v6Ye8cEsK2Jod2vDtHTQ= X-Google-Smtp-Source: AG47ELuuooO/+u5MNaK2YC9vYM+moCd8LwJKINh0kOLaiNwBm7Pi98cdALJSOhAKAOT9tuBVyJ9eONo8+TXsx8gaGy8= X-Received: by 10.107.179.134 with SMTP id c128mr48988772iof.278.1522254195035; Wed, 28 Mar 2018 09:23:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.26.212 with HTTP; Wed, 28 Mar 2018 09:23:14 -0700 (PDT) From: Rahul Soshte Date: Wed, 28 Mar 2018 21:53:14 +0530 Message-ID: Subject: How to enable debug mode to See changes on the fly? To: pgadmin-hackers@postgresql.org Content-Type: multipart/alternative; boundary="001a114854188d92ec05687b6cad" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --001a114854188d92ec05687b6cad Content-Type: text/plain; charset="UTF-8" In my config_local.py I have made DEBUG_MODE = TRUE Even then when I make changes to files in the codebase I am not able to see the changes instantly, I gotta restart the server again and again.I dont want to restart the server again and again to see my changes. What do I do? --001a114854188d92ec05687b6cad Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
In my config_local.py I have made DEBUG_MODE =3D= TRUE
Even then when I make changes to files in the codebase I am= not able to see the changes instantly, I gotta restart the server again an= d again.I dont want to restart the server again and again to see my changes= .
What do I do?
--001a114854188d92ec05687b6cad--