Bläddra i källkod

Adding nice name to proxy

Marcus McLaughlin 15 år sedan
förälder
incheckning
66436bfcaa
1 ändrade filer med 2 tillägg och 1 borttagningar
  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
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # limitations under the License.
 DJANGO_APPS = [ "proxy" ]
 DJANGO_APPS = [ "proxy" ]
-REQUIRES_HADOOP = False
+NICE_NAME = "Proxy"
+REQUIRES_HADOOP = False