From fb376b82b916875c778fd69a63eda50b8343b823 Mon Sep 17 00:00:00 2001 From: ingo <ingo.leindecker@fro.at> Date: Sun, 18 Feb 2018 12:46:51 +0100 Subject: [PATCH] added note for most recent branch to readme --- README.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index c586d643..e88a985d 100644 --- a/README.rst +++ b/README.rst @@ -2,12 +2,19 @@ Radio Helsinki Program Management ================================= +Note +==== + +Use the most recent branch **ingo/develop**! + +**** + Installation ============ To get setup you must have the following installed: - * MySQL-Client Development libraries + * MySQL-Client Development libraries * JPEG library development files * Python 2.7 including Development files * virtualenv 1.11 @@ -34,9 +41,9 @@ Change into the base directory of this software and install the project dependen Setting up the database ----------------------- -By default the project is set up to run on a SQLite database. +By default the project is set up to run on a SQLite database. -Create a file pv/local_settings.py and add at least the line +Create a file pv/local_settings.py and add at least the line SECRET_KEY = 'secret key' @@ -63,5 +70,4 @@ In development you should run:: (python)$ python manage.py runserver -After this you can open http://127.0.0.1:8000/admin in your browser and log in with the admin credential you created previously. - +After this you can open http://127.0.0.1:8000/admin in your browser and log in with the admin credential you created previously. \ No newline at end of file -- GitLab