pedagogy: importation from old uv guide

This commit is contained in:
2019-06-18 16:15:30 +02:00
parent 358a625cc4
commit e7b8ddb631
3 changed files with 81 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.20 on 2019-06-18 08:52
# Generated by Django 1.11.20 on 2019-06-18 15:02
from __future__ import unicode_literals
from django.conf import settings
@ -248,7 +248,7 @@ class Migration(migrations.Migration):
),
(
"publish_date",
models.DateField(auto_now=True, verbose_name="publish date"),
models.DateTimeField(auto_now=True, verbose_name="publish date"),
),
(
"author",