Closed mlent closed 10 years ago
(Assuming you are already in /opt/phaidra)
/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
(Assuming you are already in
/opt/phaidra
)To update your models:
To enable the admin theme:
@mariamoritz @emilyfranzini