This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6637a67
commit 48cd42c
Showing
7 changed files
with
71 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
systers_portal/users/migrations/0003_auto_20200722_1126.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# -*- coding: utf-8 -*- | ||
# Generated by Django 1.11.6 on 2020-07-22 11:26 | ||
from __future__ import unicode_literals | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('users', '0002_usersetting'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='usersetting', | ||
name='location_change', | ||
field=models.BooleanField(default=False, verbose_name='Get Notified on Change in Location for Meetups'), | ||
), | ||
migrations.AlterField( | ||
model_name='usersetting', | ||
name='reminder', | ||
field=models.BooleanField(default=False, verbose_name="Get Reminders for rsvp'd Meetups"), | ||
), | ||
migrations.AlterField( | ||
model_name='usersetting', | ||
name='time_change', | ||
field=models.BooleanField(default=False, verbose_name='Get Notified on Change in Timings for Meetups'), | ||
), | ||
migrations.AlterField( | ||
model_name='usersetting', | ||
name='weekly_digest', | ||
field=models.BooleanField(default=True, verbose_name='Receive Weekly Digests from Communities'), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters