add support for cropping image. WIP.
This commit is contained in:
parent
13055c393a
commit
08b97e722b
5 changed files with 105 additions and 52 deletions
|
|
@ -26,3 +26,4 @@ urlpatterns = [
|
|||
]
|
||||
|
||||
urlpatterns += static(settings.MEDIA_URL,document_root=settings.MEDIA_ROOT)
|
||||
urlpatterns += static(settings.STATIC_URL,document_root=settings.STATIC_ROOT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue