A set of models, an admin and utilities for frequently used patterns.
https://docs.franco.net.eu.org/django-futils/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
377 B
11 lines
377 B
# See |
|
# https://docs.djangoproject.com/en/3.1/intro/reusable-apps/#packaging-your-app |
|
# and |
|
# https://setuptools.readthedocs.io/en/latest/userguide/datafiles.html |
|
include *.txt *.rst |
|
recursive-include django_futils/templates * |
|
recursive-include django_futils/static * |
|
recursive-include django_futils/locale * |
|
prune django_futils/migrations |
|
exclude .dockerignore |
|
include *.dist
|
|
|