From 70727c8afc7b90597b2765d509cda4cb271a7145 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 15 Jul 2021 16:00:37 +0200 Subject: [PATCH] Fix postgres --- README.md | 2 ++ app/library/migrations/0001_initial.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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