소스 검색

Adding nice name to proxy

Marcus McLaughlin 16 년 전
부모
커밋
66436bfcaa
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      apps/proxy/src/proxy/settings.py

+ 2 - 1
apps/proxy/src/proxy/settings.py

@@ -14,4 +14,5 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 DJANGO_APPS = [ "proxy" ]
-REQUIRES_HADOOP = False
+NICE_NAME = "Proxy"
+REQUIRES_HADOOP = False