Translate english

This commit is contained in:
Andros Fenollosa
2021-07-14 16:19:03 +02:00
parent 997ad1f3e8
commit d04d21ae5b
24 changed files with 149 additions and 205 deletions

6
app/library/apps.py Normal file
View File

@ -0,0 +1,6 @@
from django.apps import AppConfig
class LibrosConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "app.library"