You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-10Lines changed: 23 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,28 @@
1
-
## Stream Example App
1
+
## Stream Django Example App
2
2
3
-
This example Django app shows you how you can use [GetStream.io](https://getstream.io/"GetStream.io") to built a site similar to Pinterest.
3
+
This example Django app shows you how you can easily build a site similar to Pinterest.
4
4
5
-
### Demo
5
+
The project is based on the [stream-django](https://github.com/GetStream/stream-django) integration for [Stream](https://getstream.io/). There is also a lower level [Python - Stream integration](https://github.com/getstream/stream-python) library which is suitable for all Python applications.
6
6
7
-
You can [try the demo here](http://exampledjango.getstream.io).
8
-
Alternatively you can deploy your own copy of the demo via Heroku.
7
+
You can sign up for a Stream account at https://getstream.io/get_started.
8
+
9
+
If you're looking to self-host your feed solution we suggest the open source [Stream-Framework](https://github.com/tschellenbach/Stream-Framework), created by the Stream founders.
10
+
11
+
### Live demo
12
+
13
+
Try the [live demo](http://exampledjango.getstream.io).
14
+
15
+
## Deploying the app
9
16
10
17
### Heroku
11
18
12
-
The best way to try this application is via Heroku; you can deploy this example (for free) on Heroku
13
-
by pressing the Deploy button below.
19
+
The best way to understand and try out this application is via Heroku. You can deploy the app, for free, simply by clicking the following button:
0 commit comments