Commit 91a5b8bf by Clinton Blackburn

Updated README with database commands

Change-Id: I79ce57e1014b5caf88c2163705599b11251d700d
parent 53f48f60
...@@ -17,7 +17,16 @@ Getting Started ...@@ -17,7 +17,16 @@ Getting Started
$ make develop $ make develop
2. Run the server: 2. Setup the databases:
$ ./manage.py syncdb --migrate --noinput
$ ./manage.py syncdb --migrate --noinput --database=analytics
3. Create a user and authentication token. Note that the user will be created if one does not exist.
$ ./manage.py set_api_key <username> <token>
4. Run the server:
$ ./manage.py runserver $ ./manage.py runserver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment