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 6ac6598 commit d52dc93Copy full SHA for d52dc93
README.md
@@ -93,16 +93,16 @@ Graphos is a Django app to normalize data to create beautiful charts. It provide
93
94
python manage.py migrate
95
96
-* Make sure mongo server is running(You should have mongodb properly setup for this)
97
-
98
- mongod --dbpath ~/data/db
99
100
* Run server
101
102
python manage.py runserver
103
104
The installed demo app shows the various suported chart types.
105
+In case you want to use mongo data while charting, you must have mongodb properly setup and **pymongo** installed. Make sure mongo server is running.
+
+ mongod --dbpath ~/data/db
106
107
### Overview of Plot generation
108
0 commit comments