Skip to content

assigdev/django-startapp-alt-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django StartApp Alt Template

Features:

For default
  • add forms.py
  • add urls.py
  • add directory with tests
For full
  • add forms.py
  • add urls.py
  • add directory with tests
  • templates

Usage:

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

About

Alternative django startapp template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published