Issue #9 y #13 API basica de lista

This commit is contained in:
Daniel Cortes
2020-07-04 00:39:36 -04:00
parent 76a65371ce
commit f3a43de9ef
11 changed files with 449 additions and 13 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.0.7 on 2020-06-28 22:36
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0001_initial'),
]
operations = [
migrations.AlterModelManagers(
name='user',
managers=[
],
),
]