Skip to content

Commit 9432ffa

Browse files
committed
initial commit
0 parents  commit 9432ffa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.log
2+
*.pot
3+
*.pyc
4+
local_settings.py

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
django-validated-file
2+
=====================
3+
4+
This Django app adds two field types, ValidatedFileField and ValidatedImageField, that add the capability of checking the document size and types the user may send.

0 commit comments

Comments
 (0)