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.

0005_auto_20181019_1645.py 367B

123456789101112131415161718
  1. # Generated by Django 2.1 on 2018-10-19 14:45
  2. from django.db import migrations
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('application', '0004_auto_20180831_1019'),
  6. ]
  7. operations = [
  8. migrations.RenameField(
  9. model_name='customuser',
  10. old_name='mytags',
  11. new_name='tags',
  12. ),
  13. ]