Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

0003_auto_20180830_1814.py 544B

1234567891011121314151617181920
  1. # Generated by Django 2.1 on 2018-08-30 16:14
  2. from django.conf import settings
  3. from django.db import migrations, models
  4. import django.db.models.deletion
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('application', '0002_auto_20180818_1734'),
  8. ]
  9. operations = [
  10. migrations.AlterField(
  11. model_name='customuser',
  12. name='user',
  13. field=models.OneToOneField(default=None, null=True, on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL),
  14. ),
  15. ]