/rosedu-people

People and Activity Directory application

Primary LanguagePython

Hello, world!

Public Profiles and Activities

Build status: Build status

How to test it

    pip install -r requirements.txt # installs `django` and `pil` packages
    cd rppl
    mkdir data
    ./manage.py syncdb #select no for superuser
    ./manage.py migrate
	./manage.py loaddata ../initial.json
    ./manage.py runserver localhost:8000

How to use South

	./manage.py schemamigration people --auto
	./manage.py migrate people