gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: Still on admin removal


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: Still on admin removal
Date: Thu, 11 Apr 2019 15:50:36 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 3c6c616  Still on admin removal
3c6c616 is described below

commit 3c6c616f2877358e389cad3010bddf223105f93c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 11 15:50:32 2019 +0200

    Still on admin removal
---
 talerbank/urls.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/talerbank/urls.py b/talerbank/urls.py
index 62023cc..f882946 100644
--- a/talerbank/urls.py
+++ b/talerbank/urls.py
@@ -16,14 +16,5 @@ Including another URLconf
 """
 from django.contrib.staticfiles.urls import staticfiles_urlpatterns
 from django.conf.urls import url
-from django.contrib import admin
-
-urlpatterns = [
-    url(r'^djangoadmin/', admin.site.urls),
-]
-
-# urlpatterns += [
-#    url(r'^static/(?P<path>.*)$', views.serve),
-# ]
 
 urlpatterns += staticfiles_urlpatterns()

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]