Skip to content

Commit

Permalink
Merge pull request django-wiki#267 from daonb/master
Browse files Browse the repository at this point in the history
Fix testproject instructions
  • Loading branch information
benjaoming committed Jun 16, 2014
2 parents 3125d7d + c415572 commit 2671dbf
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions testproject/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,12 @@ that you have checked out the root of the Git repository.

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
-------

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`.

Expand Down

0 comments on commit 2671dbf

Please sign in to comment.