- add forms.py
- add urls.py
- add directory with tests
- add forms.py
- add urls.py
- add directory with tests
- templates
startapp default:
$ python manage.py startapp --template=https://github.com/assigdev/django-startapp-alt-template/archive/default.zip --extension=py --name=Procfile app_name
startapp full:
$ python manage.py startapp --template=https://github.com/assigdev/django-startapp-alt-template/archive/full.zip --extension=py --name=Procfile app_name
OR:
use project template https://github.com/assigdev/django-project-alt-template
then python manage.py altstartapp app_name