diff --git a/README.rst b/README.rst index c586d643bc036b939136aafa664e354a63ea8d9d..e88a985d7ceee5c93aa3a643478f0f0ca170572c 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