OpenPhilology / phaidra

eLearning for historical languages.
19 stars 6 forks source link

Installed admin theme and updated models. #29

Closed mlent closed 10 years ago

mlent commented 10 years ago

(Assuming you are already in /opt/phaidra)

To update your models:

source env/bin/activate
./manage.py migrate app

To enable the admin theme:

pip install -r requirements.txt
touch reload
./manage.py collectstatic

@mariamoritz @emilyfranzini