Skip to content

Commit

Permalink
This is not a test, it's a demo
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed May 20, 2024
1 parent 77f30f8 commit e4199c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1996,10 +1996,10 @@ django-model-form-demo-default:
@echo "$$MODEL_FORM_DEMO_MODEL" > model_form_demo/models.py
@echo "$$MODEL_FORM_DEMO_URLS" > model_form_demo/urls.py
@echo "$$MODEL_FORM_DEMO_VIEWS" > model_form_demo/views.py
$(ADD_DIR) model_form_demo/templates/model_form_demo
$(ADD_DIR) model_form_demo/templates
@echo "$$MODEL_FORM_DEMO_TEMPLATE_DETAIL" > model_form_demo/templates/model_form_demo_detail.html
@echo "$$MODEL_FORM_DEMO_TEMPLATE_FORM" > model_form_demo/templates/model_form_demo_form.html
@echo "$$MODEL_FORM_DEMO_TEMPLATE_LIST" > model_form_demo/templates/model_form_demo/model_form_demo_list.html
@echo "$$MODEL_FORM_DEMO_TEMPLATE_LIST" > model_form_demo/templates/model_form_demo_list.html
@echo "INSTALLED_APPS.append('model_form_demo')" >> $(SETTINGS)
python manage.py makemigrations
$(GIT_ADD) model_form_demo
Expand Down

0 comments on commit e4199c3

Please sign in to comment.