diff --git a/README.md b/README.md index a12fd4d..69125c3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ All endpoints contain your test. ## Live Demo +https://example-of-crud-in-django-jrf.herokuapp.com/ + ### Get list ### Get Detail diff --git a/app/library/migrations/0001_initial.py b/app/library/migrations/0001_initial.py index 0b11f98..5e355ea 100644 --- a/app/library/migrations/0001_initial.py +++ b/app/library/migrations/0001_initial.py @@ -1,4 +1,4 @@ -# Generated by Django 3.2.5 on 2021-07-14 14:37 +# Generated by Django 3.2.5 on 2021-07-15 14:00 from django.db import migrations, models