Skip to content

Commit 9d73416

Browse files
author
Dan Johnson
committed
Updated README
1 parent a37e98c commit 9d73416

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[jQuery-File-Upload](http://aquantum-demo.appspot.com/file-upload) is developed by Sebastian Tschan, with the source available on [github](https://github.com/blueimp/jQuery-File-Upload). Example code is [ported to Django](https://github.com/sigurdga/django-jquery-file-upload) by Sigurd Gartmann ([sigurdga on github](https://github.com/sigurdga/)).
1+
[jQuery-File-Upload](http://aquantum-demo.appspot.com/file-upload) is developed by Sebastian Tschan, with the source available on [github](https://github.com/blueimp/jQuery-File-Upload). Example code is [ported to Django](https://github.com/sigurdga/django-jquery-file-upload) by Sigurd Gartmann ([sigurdga on github](https://github.com/sigurdga/)). Example extended to show how to create a custom view for models with extra required fields.
22

33
Introduction
44
============
@@ -23,6 +23,7 @@ Installation
2323
============
2424

2525
* run ./manage.py syncdb
26+
* log into localhost:8000/admin/
2627
* go to localhost:8000/upload/new/
2728
* upload some files
2829

0 commit comments

Comments
 (0)