Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

0005_auto_20170515_0013.py 456B

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.11.1 on 2017-05-15 00:13
  3. from __future__ import unicode_literals
  4. from django.db import migrations
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('post_office', '0004_auto_20160607_0901'),
  8. ]
  9. operations = [
  10. migrations.AlterUniqueTogether(
  11. name='emailtemplate',
  12. unique_together=set([('name', 'language', 'default_template')]),
  13. ),
  14. ]