Commit c4155727 by Benny Daon

Fix testproject instructions

parent 3125d7d8
...@@ -6,23 +6,12 @@ that you have checked out the root of the Git repository. ...@@ -6,23 +6,12 @@ that you have checked out the root of the Git repository.
It comes with a prepopulated SQLite database. It comes with a prepopulated SQLite database.
Test settings
-------------
Setup
-----
You should link your wiki and django_notify folders like so
ln -s ../wiki .
ln -s ../django_notify .
Running Running
------- -------
You should be able to immediately run it like this: You should be able to immediately run it like this:
python manage.py runserver --settings=testproject.settings.local python manage.py runserver
The settings come in a package to administer several test scenarios. For simple purposes, simply edit `local.py`. The settings come in a package to administer several test scenarios. For simple purposes, simply edit `local.py`.
......
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