Skip to content

dragosnicolae/rosedu-people

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public Profiles and Activities

Display community activity.

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

Go to your favorite browser and go to http://localhost:8000

To enter the platform use the people/people login

To enter admin console go to http://localhost:8000/admin

How to use South

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

About

People and Activity Directory application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.3%
  • CSS 27.5%
  • JavaScript 14.5%
  • Shell 0.7%