Skip to content
Snippets Groups Projects
Commit 103a909a authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

getting real.

parent ba41badf
No related branches found
No related tags found
No related merge requests found
Showing
with 36 additions and 26 deletions
*.pyc
*.sqlite
\ No newline at end of file
dev_data.sqlite
local_settings.py
File moved
=================================
Radio Helsinki Program Management
=================================
Requirements
------------
Installation
============
To get setup you must have the following installed:
* Python 2.6
* virtualenv 1.5
Setting up the environment
--------------------------
Create a virtual environment where the dependencies will live::
$ virtualenv --no-site-packages helsinki
$ source helsinki/bin/activate
(helsinki)$
Install the project dependencies::
(helsinki)$ pip install -r requirements.txt
Setting up the database
-----------------------
By default the project is set up to run on a SQLite database. You can run::
(helsinki)$ python manage.py syncdb
(helsinki)$ python manage.py loaddata program/fixtures/*.yaml
- Django 1.2.5: http://pypi.python.org/pypi/Django/1.2.5
- PIL: http://pypi.python.org/pypi/PIL/1.1.6
- python-dateutil: http://pypi.python.org/pypi/python-dateutil/1.5
- PyYAML: http://pypi.python.org/pypi/PyYAML/3.09
- MySQL-python: http://pypi.python.org/pypi/MySQL-python/1.2.3
- django-haystack: http://pypi.python.org/pypi/django-haystack/1.1.0
- pysolr: http://pypi.python.org/pypi/pysolr/2.0.13
Running a web server
--------------------
Author
------
In development you should run::
Ernesto Rico-Schmidt
Contributions: Johannes Raggam
(helsinki)$ python manage.py runserver
File moved
# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
{{ object.title }}
{{ object.content }}
\ No newline at end of file
{{ object.name }}
{{ object.description }}
{{ object.short_description }}
\ No newline at end of file
File moved
File moved
File moved
File moved
File moved
......@@ -2,7 +2,7 @@ from django.core.management.base import NoArgsCommand
import MySQLdb
from helsinki.program.models import Host
from models import Host
USER = 'helsinki'
PASSWD = 'helsinki'
......
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