fnpdjango-0.3 compatibility 0.8.4
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 15 Feb 2019 10:05:38 +0000 (11:05 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 15 Feb 2019 10:05:38 +0000 (11:05 +0100)
migdal/readme.md [deleted file]
migdal/tests.py [deleted file]
migdal/urls.py
setup.py

diff --git a/migdal/readme.md b/migdal/readme.md
deleted file mode 100644 (file)
index c125966..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Why not LocaleMiddleware? (consistent lang, url to lang)
diff --git a/migdal/tests.py b/migdal/tests.py
deleted file mode 100644 (file)
index b967c44..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- coding: utf-8 -*-
-"""
-This file demonstrates writing tests using the unittest module. These will pass
-when you run "manage.py test".
-
-Replace this with more appropriate tests for your application.
-"""
-
-from django.test import TestCase
-
-
-class SimpleTest(TestCase):
-    def test_basic_addition(self):
-        """
-        Tests that 1 + 1 always equals 2.
-        """
-        self.assertEqual(1 + 1, 2)
index 8428c9d..e651a97 100644 (file)
@@ -28,7 +28,6 @@ for t in app_settings.TYPES:
 
 
 urlpatterns = i18n_patterns(
-    '',
     # main page
     url(r'^$', 'migdal.views.main', name='migdal_main'),
     url(r'^rss.xml$', feeds.EntriesFeed(), name='migdal_main_feed'),
index ad97fce..5f52c53 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -23,11 +23,9 @@ def whole_trees(package_dir, paths):
 
 setup(
     name='django-migdal',
-    version='0.8.3',
+    version='0.8.4',
     author='Radek Czajka',
     author_email='radoslaw.czajka@nowoczesnapolska.org.pl',
-    maintainer='Jan Szejko',
-    maintainer_email='jan.szejko@nowoczesnapolska.org.pl',
     url='',
     packages=find_packages(),
     package_data={'migdal': whole_trees('migdal', ['templates', 'locale'])},