Skip to content

Refreshing the database

Oliver Roick edited this page Aug 8, 2017 · 1 revision

If you want to wipe out your development database and start from scratch, follow these steps:

dropdb -U cadasta 'cadasta';
createdb -U cadasta 'cadasta';

./manage.py migrate
./manage.py loadpolicies
./manage.py loadstatic
./manage.py loadfixtures
Clone this wiki locally