@@ -1,3 +1,3 @@ | ||
-{{ unicode_literals }}from django.contrib import admin | ||
+from django.contrib import admin | ||
# Register your models here. |
@@ -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. |
You can't perform that action at this time.