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

rosedu/rosedu-people

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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