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.

0004_auto_20180831_1019.py 530B

1234567891011121314151617181920
  1. # Generated by Django 2.1 on 2018-08-31 08:19
  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', '0003_auto_20180830_1814'),
  8. ]
  9. operations = [
  10. migrations.AlterField(
  11. model_name='customuser',
  12. name='user',
  13. field=models.OneToOneField(null=True, on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL),
  14. ),
  15. ]