Commit 1a1c4393 authored by PJ Janse van Rensburg's avatar PJ Janse van Rensburg

Update README.

parent d1191c27
......@@ -92,8 +92,14 @@ You should see output similar to::
For all the tests to pass successfully, you'll need Postgres & MongoDB to be running locally. For Postgres::
> psql postgres
CREATE DATABASE flask_admin_test;
\q
> psql flask_admin_test
CREATE EXTENSION postgis;
CREATE EXTENSION hstore;
\q
3rd Party Stuff
---------------
......
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