diff --git a/README b/README index ac25baf..23f549e 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -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) @@ -7,6 +7,10 @@ Requirements: * 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. diff --git a/frontend/unicorn/unicorn/settings.py b/frontend/unicorn/unicorn/settings.py index 2959223..2c29776 100644 --- a/frontend/unicorn/unicorn/settings.py +++ b/frontend/unicorn/unicorn/settings.py @@ -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 = (