Browse Source

Add utf-8 headers for Py2

Jocelyn Delande 9 years ago
parent
commit
e212e942c0
2 changed files with 4 additions and 0 deletions
  1. 2 0
      wifiwithme/apps/contribmap/admin.py
  2. 2 0
      wifiwithme/apps/contribmap/models.py

+ 2 - 0
wifiwithme/apps/contribmap/admin.py

@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 from django.contrib import admin
 
 # Register your models here.

+ 2 - 0
wifiwithme/apps/contribmap/models.py

@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 from __future__ import unicode_literals
 
 from django.db import models