Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 738 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 738 Bytes

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