rescuers added
This commit is contained in:
parent
50727688af
commit
294c790234
13 changed files with 173 additions and 558 deletions
6
rescuer/apps.py
Normal file
6
rescuer/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class RescuerConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "rescuer"
|
Loading…
Add table
Add a link
Reference in a new issue