Skip to content

Commit ed9bf59

Browse files
authored
Update README.md
1 parent c758314 commit ed9bf59

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<h1>Django file upload progress bar</h1>
3-
<img src="screenshot.png" height="200px">
3+
<img src="screenshot.png">
44
</div>
55

66
<h4>A django app to demonstrate ajax call on file upload along with the progress bar.<h4>
@@ -20,7 +20,7 @@ python manage.py runserver
2020

2121
## Integrate into an Existing Application
2222

23-
## Add into installed Apps
23+
### 1. Add into installed Apps
2424
```
2525
INSTALLED_APPS = [
2626
'django.contrib.admin',
@@ -33,6 +33,8 @@ INSTALLED_APPS = [
3333
]
3434
```
3535

36+
### 2. Copy main.js into static folder
37+
3638
## Author
3739
You can get in touch with me on my LinkedIn Profile:
3840

0 commit comments

Comments
 (0)