feat(build): introspecte le schéma de base de donnée de drupal
This commit is contained in:
parent
f1e0ecf8f1
commit
65fef05364
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,6 +34,7 @@ sqlite.db
|
||||
|
||||
# Local configuration
|
||||
config.env
|
||||
drupal2spip_lal/drupal/models.py
|
||||
|
||||
# Local overrides and variable content
|
||||
local/
|
||||
|
3
Makefile
3
Makefile
@ -119,6 +119,9 @@ ifeq ($(ENV), production)
|
||||
$(PYTHON) manage.py collectstatic --no-input --verbosity 0
|
||||
endif
|
||||
|
||||
inspectdb: ### introspecte le schéma de base de donnée
|
||||
$(PYTHON) manage.py inspectdb --database=drupal > drupal2spip_lal/drupal/models.py
|
||||
|
||||
## Cibles liées à l'environnement virtuel
|
||||
|
||||
create-venv: $(PYTHON)
|
||||
|
Loading…
Reference in New Issue
Block a user