Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #317 from cybernetisk/remove-old-cal
Browse files Browse the repository at this point in the history
Remove old cal.Event model
  • Loading branch information
matsasc authored Jan 5, 2020
2 parents 1e09073 + 247e0ab commit 4016036
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 698 deletions.
5 changes: 0 additions & 5 deletions cal/admin.py

This file was deleted.

325 changes: 0 additions & 325 deletions cal/fixtures/event.json

This file was deleted.

16 changes: 16 additions & 0 deletions cal/migrations/0002_delete_event.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 2.2.9 on 2020-01-04 22:54

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('cal', '0001_initial'),
]

operations = [
migrations.DeleteModel(
name='Event',
),
]
Loading

0 comments on commit 4016036

Please sign in to comment.