UNPP
  • UNPP Documentation
  • About
  • Glossary / Terminology
  • FAQ
  • Releases/Change Log
  • Report an Issue / Contact Us
  • Overview
    • Design
    • Navigation
    • Dashboard
    • User Management
    • Direct Selection & Retention (DSR)
    • Reports
    • ERP Integration
  • Partners
    • Registration
    • User Interface
    • Searching and pinning CFEIs
    • Answering for CFEI
    • Adding new Unsolicited Concept Note
    • Responding to Direct Selection
    • Organization Profile set up
    • Pre-Screening
  • Agencies
    • Overview
    • User Interface
    • New CFEIs set up
    • CFEIs
    • Maintain Calls for Expression of Interest
    • CFEI and Applications Assessment
    • Maintain Direct Selection
    • Maintain Unsolicited Concept Note
    • Partner's details
    • Partner Verification
    • Adding Observation to Partner's Profile
  • Technical Documentation
    • Development Setup
      • Development Data
    • Deployment / DevOps
      • Environment
      • Background tasks
    • ID System Process
    • Sanctions Screening
    • API Documentation
Powered by GitBook
On this page
  • Creating Test Data
  • Agency Users
  • Partner Users
  • Standard
  • INGO
  • INGO HQs
  1. Technical Documentation
  2. Development Setup

Development Data

Creating Test Data

Test fixtures can be created by running:

fab fakedata

This script creates various user types + CFEIs, etc

Agency Users

For 3 different agencies usernames (emails) follow the format:

agency-<number>-<role>@<agency>.org

Number is an integer from 1 to 3 range.

Role is one of:

admin
editor-hq
reader
editor
editor-adv
pam
mft

Not all roles are available for all agencies.

Available agencies are:

unicef
unhcr
wfp

Partner Users

Standard

Partner user usernames follow a similar structure:

partner-<number>-<role>@partner.org

Number is an integer from 1 to 24 range.

Role is one of

reader
editor
admin

INGO

partner-ingo-<number>-<role>@partner.org

Number is an integer from 1 to 6 range.

Roles are the same as standard partner.

INGO HQs

partner-ingo-hq-<number>-<role>@partner.org

Number is an integer from 1 to 2 range. Roles same as above.

PreviousDevelopment SetupNextDeployment / DevOps

Last updated 6 years ago