+++ /dev/null
-Why not LocaleMiddleware? (consistent lang, url to lang)
+++ /dev/null
-# -*- 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)
urlpatterns = i18n_patterns(
- '',
# main page
url(r'^$', 'migdal.views.main', name='migdal_main'),
url(r'^rss.xml$', feeds.EntriesFeed(), name='migdal_main_feed'),
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'])},