Commit b10f7e5b44bea97c13e39dd5a729f1c566312687

Authored by Sergio Oliveira
1 parent 31cc7895

Importing all from same place

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/proxy/trac/migrations/0001_initial.py
1 1 # -*- coding: utf-8 -*-
2 2 from __future__ import unicode_literals
3 3  
4   -from django.db import models, migrations
5   -from django.db import connections
  4 +from django.db import models, migrations, connections
6 5  
7 6  
8 7 def create_views(apps, schema_editor):
... ...