File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ must add 'pyuploadcare.dj' to INSTALLED_APPS setting and add
26
26
27
27
PYUPLOADCARE_USE_HOSTED_ASSETS = False
28
28
29
- somewhere in the settings file.
29
+ somewhere in the settings file. (Kudos to [ Sławek Ehlert] [ 3 ] for the feature!)
30
+
31
+ [ 3 ] : https://github.com/slafs
30
32
31
33
You're all set now!
32
34
@@ -44,7 +46,7 @@ Adding a UploadCare file field to your model is really simple. Like that:
44
46
45
47
` FileField ` doesn't require any arguments, file paths or whatever. It ** just works** . That's the point of it all.
46
48
47
- It look nice in the admin interface
49
+ It looks nice in the admin interface
48
50
49
51
![ Admin page] ( http://f.cl.ly/items/1v120O3h2W462o3T323F/Screen%20Shot%202011-11-04%20at%202.03.32%20PM.png )
50
52
Original file line number Diff line number Diff line change 1
1
from setuptools import setup
2
2
3
3
setup (name = 'pyuploadcare' ,
4
- version = '0.2 ' ,
4
+ version = '0.4 ' ,
5
5
description = "UploadCare.com API library" ,
6
6
author = 'Valentin Golev' ,
7
7
You can’t perform that action at this time.
0 commit comments