@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from django.utils.version import get_version
VERSION= (2, 0, 0, 'alpha', 0)
@@ -1,3 +1,3 @@
-{{ unicode_literals }}from django.contrib import admin
+from django.contrib import admin
# Register your models here.
@@ -1,4 +1,4 @@
-{{ unicode_literals }}from django.apps import AppConfig
+from django.apps import AppConfig
class {{ camel_case_app_name }}Config(AppConfig):
@@ -1,3 +1,3 @@
-{{ unicode_literals }}from django.db import models
+from django.db import models
# Create your models here.
@@ -1,3 +1,3 @@
-{{ unicode_literals }}from django.test import TestCase
+from django.test import TestCase
# Create your tests here.
@@ -1,3 +1,3 @@
-{{ unicode_literals }}from django.shortcuts import render
+from django.shortcuts import render
# Create your views here.
@@ -1,9 +1,7 @@
-# -*- coding: utf-8 -*-
"""
Default Django settings. Override these with settings in the module pointed to
by the DJANGO_SETTINGS_MODULE environment variable.
"""
-from __future__ import unicode_literals
# This is defined here as a do-nothing function because we can't import
@@ -1,6 +1,3 @@
-# -*- encoding: utf-8 -*-
-from __future__ import unicode_literals
-
"""
LANG_INFO is a dictionary structure to provide meta information about languages.
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j F، Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j E Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='d F Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j F, Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j. N Y.'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT=r'j \d\e F \d\e Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j. E Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j F Y'# '25 Hydref 2006'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j. F Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j. F Y'
@@ -1,11 +1,7 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
-from __future__ import unicode_literals
-
DATE_FORMAT='j. F Y'
TIME_FORMAT='H:i'
DATETIME_FORMAT='j. F Y H:i'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='d/m/Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='N j, Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j M Y'# '25 Oct 2006'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j M Y'# '25 Oct 2006'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT=r'j\-\a\d\e F Y'# '26-a de julio 1887'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT=r'j \d\e F \d\e Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT=r'j N Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
DATE_FORMAT=r'j \d\e F \d\e Y'
TIME_FORMAT='H:i'
DATETIME_FORMAT=r'j \d\e F \d\e Y \a\l\a\s H:i'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
DATE_FORMAT=r'j \d\e F \d\e Y'
TIME_FORMAT='H:i'
DATETIME_FORMAT=r'j \d\e F \d\e Y \a\l\a\s H:i'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
DATE_FORMAT=r'j \d\e F \d\e Y'
TIME_FORMAT='H:i'
DATETIME_FORMAT=r'j \d\e F \d\e Y \a\l\a\s H:i'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
DATE_FORMAT=r'j \d\e F \d\e Y'
TIME_FORMAT='H:i'
DATETIME_FORMAT=r'j \d\e F \d\e Y \a\l\a\s H:i'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j. F Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT=r'Yeko M\re\n d\a'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j F Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j. E Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j F Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
# DATE_FORMAT =
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j F Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j F Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT=r'j \d\e F \d\e Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j בF Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j F Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j. E Y.'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='Y. F j.'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j N Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='j. F Y'
@@ -1,8 +1,5 @@
-# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
-from __future__ import unicode_literals
-
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT='d F Y'# 25 Ottobre 2006