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_20181030_1850.py 385B

12345678910111213141516171819
  1. # Generated by Django 2.1.2 on 2018-10-30 17:50
  2. from django.db import migrations
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('hitcount', '0002_index_ip_and_session'),
  6. ]
  7. operations = [
  8. migrations.DeleteModel(
  9. name='BlacklistIP',
  10. ),
  11. migrations.DeleteModel(
  12. name='BlacklistUserAgent',
  13. ),
  14. ]