Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 822 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 822 Bytes

anadusis

A django based social networking site using pinax.

It has a custom app that handles video transcoding and supports display using an Adobe Flash-based video player.

Dependencies

This project makes use of virtualenv

Setup

To setup development environment:

/System/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python  lib/pinax/scripts/pinax-boot.py --development --source=lib/pinax pinax-env

source pinax-env/bin/activate

To install rquirements:

pip install --no-deps --requirement requirements.txt

To synchronise the database:

python manage.py syncdb
python manage.py migrate

To run a local server:

python manage.py runserver_plus 0.0.0.0:8080