Skip to content

Commit

Permalink
migration for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
biswaz committed Aug 17, 2018
1 parent e033531 commit 810038b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions mainapp/migrations/0033_auto_20180817_1003.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 2.1 on 2018-08-17 04:33

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('mainapp', '0032_auto_20180817_0444'),
]

operations = [
migrations.AlterModelOptions(
name='rescuecamp',
options={'verbose_name': 'Relief Camp'},
),
]

0 comments on commit 810038b

Please sign in to comment.