-
Notifications
You must be signed in to change notification settings - Fork 81
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
Visit our User Documentation to learn more about using the Cadasta Platform.
If you'd like to contribute to the Cadasta Platform, start with our Contributing Guidelines.
Cadasta Wiki Home | Developer Setup Guide
Cadasta.org | About Cadasta | YouTube | Twitter | Facebook
- Installing & Running
- Contributing
- Planning & Sprints
- Platform Development
- Testing
- Utilities
- Outreachy
- Platform Site Map
- User Flows and Wireframes
- Other
- Quick Start Guide
- Glossary
- Questionnaire Guide