[Django]-Django override startapp | startproject commands

3👍

Use project templates for this.

django-admin.py startproject --template=/path/to/my_project_template myproject

1👍

👤akonsu

Leave a comment