Postorius (#241)

* Remove the secret key.

* Use the latest tag for postorius.

* Use the latest django-mailman3 that supports Python 3.

* Use minimum version on Django-mailman3.

* Fix import errors.
This commit is contained in:
Abhilash Raj
2018-05-16 19:52:41 -07:00
committed by GitHub
parent 7ec61d6f45
commit bbb3030359
3 changed files with 5 additions and 15 deletions

View File

@@ -17,8 +17,9 @@
# Postorius. If not, see <http://www.gnu.org/licenses/>.
from django.conf.urls import include, url, reverse_lazy
from django.conf.urls import include, url
from django.contrib import admin
from django.urls import reverse_lazy
from django.views.generic import RedirectView
urlpatterns = [