As to what kind of pattern it expects I found it. It expects glob style
patterns like the shell prompt. Not much matching to be done here.
Still I am curious if there is any clever way to achieve this with
pattern matching.
On 16/08/2016 11:30 μμ, 'voger' via Django users wrote:
Let's say somewhere inside my /static/ folder I have this tree
$ tree -L 2 -F --dirsfirst
.
├── qooxdoo -> ../../../qooxdoo//
└── qssite/
├── build/
├── source/
├── apache2.conf
├── config.json
├── config.json_orig
├── config.json_test
├── decode-source-uris.js
├── generate.py*
├── Gruntfile.js
├── Manifest.json
├── package.json
├── README.md
└── readme.txt
and let's say that I don't want collectstatic to collect anything except
the folder qssite/build/
Is there any pattern I can use or should I list explicitly everything I
want to be excluded?
Also what kind of patterns does it expect? Is it regular expression or
something else?
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/955d0427-51a2-4277-75b1-8088eeb2fc64%40yahoo.gr.
For more options, visit https://groups.google.com/d/optout.