mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
5 lines
114 B
INI
5 lines
114 B
INI
[run]
|
|
include = {{cookiecutter.project_slug}}/*
|
|
omit = *migrations*, *tests*
|
|
plugins =
|
|
django_coverage_plugin
|