aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-17 22:06:41 +0100
committerAymeric Augustin2013-11-17 22:07:20 +0100
commit8c24ac93c6adfb246b8c3286ba5e5590cb0929f6 (patch)
tree6181502247712252abedb68849f15a6f5fb6c7a9 /docs/contributing.rst
parent8a9348a60fb2fe839be4a152ce3e70938ede2c05 (diff)
downloaddjango-debug-toolbar-8c24ac93c6adfb246b8c3286ba5e5590cb0929f6.tar.bz2
Include configurations for PostgreSQL and MySQL.
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index e27e6b7..8a45b1a 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -24,8 +24,16 @@ the libraries required for working on the Debug Toolbar::
You can run now run the example application::
+ $ DJANGO_SETTINGS_MODULE=example.settings django-admin.py syncdb
+ $ DJANGO_SETTINGS_MODULE=example.settings django-admin.py runserver
+
+For convenience, there's an alias for the second command::
+
$ make example
+Look at ``example/settings.py`` for running the example with another database
+than SQLite.
+
Tests
-----