We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c758314 commit ed9bf59Copy full SHA for ed9bf59
README.md
@@ -1,6 +1,6 @@
1
<div align="center">
2
<h1>Django file upload progress bar</h1>
3
-<img src="screenshot.png" height="200px">
+<img src="screenshot.png">
4
</div>
5
6
<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
20
21
## Integrate into an Existing Application
22
23
-## Add into installed Apps
+### 1. Add into installed Apps
24
```
25
INSTALLED_APPS = [
26
'django.contrib.admin',
@@ -33,6 +33,8 @@ INSTALLED_APPS = [
33
]
34
35
36
+### 2. Copy main.js into static folder
37
+
38
## Author
39
You can get in touch with me on my LinkedIn Profile:
40
0 commit comments