Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
radicalcakes committed Mar 26, 2013
1 parent d7b3eec commit 8fe31fa
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions README.md
@@ -0,0 +1,30 @@
### Book Discovery App

To get:

```
git clone git@github.com:radicalcakes/bookend.git
```
Then, you must cd into the folder and run this command:

```
source venv/bin/activate
```

You are now all setup.

TODOS:

# Thien-Bach Huynh
- [ ] a task list item
- [ ] list syntax required
- [ ] normal **formatting**, @mentions, #1234 refs
- [ ] incomplete
- [x] completed

#Weston Vogel
- [ ] a task list item
- [ ] list syntax required
- [ ] normal **formatting**, @mentions, #1234 refs
- [ ] incomplete
- [x] completed
2 changes: 1 addition & 1 deletion bookend/bookend/settings.py
Expand Up @@ -83,7 +83,7 @@
)

# Make this unique, and don't share it with anybody.
SECRET_KEY = 'j7p(zq4ty-k%@nzxie%=$7uia^985gm$s_s&7vq%n1ae_yqtg0'
SECRET_KEY = '#ap20j75xqws5!7*b!e!34c0t%*th$zzjbv-t!ai_4h$p^u-(^'

# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (
Expand Down

0 comments on commit 8fe31fa

Please sign in to comment.