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.

0006_require_contenttypes_0002.py 370B

1234567891011121314
  1. from django.db import migrations
  2. class Migration(migrations.Migration):
  3. dependencies = [
  4. ('auth', '0005_alter_user_last_login_null'),
  5. ('contenttypes', '0002_remove_content_type_name'),
  6. ]
  7. operations = [
  8. # Ensure the contenttypes migration is applied before sending
  9. # post_migrate signals (which create ContentTypes).
  10. ]