jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
794 stars 135 forks source link

Updated django-admin entrypoint in Makefile. #184

Closed smithdc1 closed 3 years ago

smithdc1 commented 3 years ago

django-admin.py is deprecated in Django 3.1. Used django-admin instead.

I managed to make a right mess of the commit history at #182. (Even a force push wouldn't override what I needed). Sorry for the noise.

claudep commented 3 years ago

Thanks!