diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-06-15 16:17:01 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-06-15 16:18:10 +0200 |
commit | a24e2b945166cdd32ece9bf2cab21280974143cb (patch) | |
tree | a5f0539659cb0bd012c386fe7a135fc7d159afce /Makefile | |
parent | c490870c67116387f116528fc8563b8dcba37b3e (diff) | |
download | factory-boy-a24e2b945166cdd32ece9bf2cab21280974143cb.tar factory-boy-a24e2b945166cdd32ece9bf2cab21280974143cb.tar.gz |
Add factory.django.FileField (See #52)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ default: clean: find . -type f -name '*.pyc' -delete + find . -type f -path '*/__pycache__/*' -delete + find . -type d -empty -delete + @rm -rf tmp_test/ test: |