Add fake data

This commit is contained in:
Andros Fenollosa
2021-07-14 16:46:34 +02:00
parent d04d21ae5b
commit aeb5199bdc
10 changed files with 658 additions and 24 deletions

View File

@ -37,8 +37,9 @@ INSTALLED_APPS = [
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"rest_framework", # nuevo
"app.library", # nuevo
"rest_framework",
"app.library",
"django_extensions",
]
MIDDLEWARE = [