Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README and remove the secret key (and also swap the one we are…
… using... that was bad form)
  • Loading branch information
holdenk committed Sep 16, 2013
1 parent 05b4397 commit c978f6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README
@@ -1,12 +1,16 @@

Requirements:
Backend Requirements:
* Ocaml >= 4
* opam (if not installed might result in The constructor Tpat_construct expects 4 argument(s), but is applied here to 5 argument(s))
* Recent[ish] version of Perl 5 (was built against 5.14.2)
- Perl depdencies are brought in through the make file
* Recent[ish] version of Python (was built against 2.7.3)
* pfff [auto installed under 3rd party]
* Coccinelle [auto installed under 3rd party]
Fronted:
* django >= 1.4
* django-csvimport

A very simple github bot. Uses an accout of the same name. It provides spelling corrections for README files and other simple suggestions.
Requires pfff & php for the php code fixing to work.
The current method it works is find_targets[*].pl finds possible files on github that might have something we could do to them.
Expand Down
1 change: 0 additions & 1 deletion frontend/unicorn/unicorn/settings.py
Expand Up @@ -83,7 +83,6 @@
)

# Make this unique, and don't share it with anybody.
SECRET_KEY = 'md6h1wc9xki0mm+xg1j#hc@hmi!a7pisenj-s1m*^+c0_)o_wm'

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

0 comments on commit c978f6f

Please sign in to comment.