Skip to content

Commit

Permalink
removed created_at field in video
Browse files Browse the repository at this point in the history
  • Loading branch information
codephillip committed Dec 2, 2020
1 parent 94d78a3 commit 4b468b9
Show file tree
Hide file tree
Showing 29 changed files with 17 additions and 0 deletions.
Binary file modified SafepalDjangoBackend/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file modified SafepalDjangoBackend/__pycache__/celery.cpython-38.pyc
Binary file not shown.
Binary file modified SafepalDjangoBackend/__pycache__/settings.cpython-38.pyc
Binary file not shown.
Binary file modified SafepalDjangoBackend/__pycache__/urls.cpython-38.pyc
Binary file not shown.
Binary file modified SafepalDjangoBackend/__pycache__/wsgi.cpython-38.pyc
Binary file not shown.
Binary file modified app/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file modified app/__pycache__/admin.cpython-38.pyc
Binary file not shown.
Binary file modified app/__pycache__/apps.cpython-38.pyc
Binary file not shown.
Binary file modified app/__pycache__/models.cpython-38.pyc
Binary file not shown.
Binary file modified app/__pycache__/serializers.cpython-38.pyc
Binary file not shown.
Binary file modified app/__pycache__/signals.cpython-38.pyc
Binary file not shown.
Binary file modified app/__pycache__/tasks.cpython-38.pyc
Binary file not shown.
Binary file modified app/__pycache__/views.cpython-38.pyc
Binary file not shown.
Binary file modified app/__pycache__/wagtail_hooks.cpython-38.pyc
Binary file not shown.
17 changes: 17 additions & 0 deletions app/migrations/0013_remove_video_created_at.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 3.0.4 on 2020-12-02 14:33

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('app', '0012_faqrating'),
]

operations = [
migrations.RemoveField(
model_name='video',
name='created_at',
),
]
Binary file modified app/migrations/__pycache__/0001_initial.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified app/migrations/__pycache__/0006_question_quiz.cpython-38.pyc
Binary file not shown.
Binary file modified app/migrations/__pycache__/0007_quiz_thumbnail.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified app/migrations/__pycache__/0012_faqrating.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file modified app/migrations/__pycache__/__init__.cpython-38.pyc
Binary file not shown.

0 comments on commit 4b468b9

Please sign in to comment.