# -*- coding: utf-8 -*-
# Generated by Django 1.10.3 on 2017-02-05 17:41
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('backoffice', '0034_auto_20170126_1611'),
    ]

    operations = [
        migrations.AlterField(
            model_name='post',
            name='createdAt',
            field=models.DateTimeField(),
        ),
        migrations.AlterField(
            model_name='post',
            name='postCategory',
            field=models.IntegerField(choices=[(0, 'news'), (1, 'music'), (2, 'clubbing'), (3, 'culture'), (4, 'photography'), (5, 'newuserincommunity'), (6, 'notset')], default=0),
        ),
    ]
