Fix postgres

This commit is contained in:
Andros Fenollosa 2021-07-15 16:00:37 +02:00
parent fafcca0e5c
commit 70727c8afc
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ All endpoints contain your test.
## Live Demo
https://example-of-crud-in-django-jrf.herokuapp.com/
### Get list
### Get Detail

View File

@ -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