Commit 74f44270 authored by Administrator's avatar Administrator

removing ugly path

parent fc10f4d0
......@@ -14,7 +14,8 @@ from collections import defaultdict
# Some usefull functions
def upload_to(instance, filename):
return 'corpora/%s/%f/%s' % (instance.user.username, time(), filename)
return 'corpora/%s/%s' % (instance.user.username, filename)
#return 'corpora/%s/%f/%s' % (instance.user.username, time(), filename)
# All classes here
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment