From b217801ad6fad2a35a7f2217f91b9641681779e3 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Fri, 30 May 2014 11:13:54 -0400 Subject: [PATCH] Document `SESSION_COOKIE_DOMAIN` in installation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0592879..012c4e5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you need help, visit `#snipt` on irc.freenode.net. 2. Setup a virtualenv. 3. `pip install -r requirements.txt` 4. `pip install --index-url https://code.stripe.com --upgrade stripe` -5. Copy settings_local-template.py to settings_local.py and edit the settings. +5. Copy settings_local-template.py to settings_local.py and edit the settings. Be sure to change the [`SESSION_COOKIE_DOMAIN`](https://github.com/nicksergeant/snipt/blob/master/settings_local-template.py#L58), or authentication won't work. 6. `python manage.py syncdb` 7. `python manage.py migrate` 8. `python manage.py runserver`