Skip to content
Snippets Groups Projects
Commit fb376b82 authored by Ingo Leindecker's avatar Ingo Leindecker
Browse files

added note for most recent branch to readme

parent 43faa555
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment