Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Upgrade

Pavel Studeník edited this page Aug 29, 2017 · 3 revisions

If you want upgrade project to latest version you continue by following steps:

  1. Upgrade project from repository
git fetch && git pull
  1. Migrate database to current version
python manage.py migrate -l 
python manage.py migrate
  1. Copy static files to storage
python manage.py collectstatic
Clone this wiki locally