Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

timbaobjects/birthregistration

Folders and files

NameName
Last commit message
Last commit date
Nov 23, 2021
Nov 19, 2020
Apr 3, 2023
May 27, 2020
Jun 5, 2022
Nov 30, 2021
Nov 30, 2021
Jun 5, 2022
Jul 11, 2022
Sep 21, 2016
Sep 3, 2019
Jul 11, 2022
Nov 23, 2021
Jul 11, 2022
Jun 15, 2022
Nov 20, 2020
Sep 19, 2016
Sep 19, 2016

Repository files navigation

Unicefng

Below you will find basic setup instructions for the unicefng project. To begin you should have the following applications installed on your local development system:

Getting Started

To setup your local environment you should create a virtualenv and install the necessary requirements:

virtualenv unicefng-env

On Posix systems you can activate your environment like this:

source unicefng-env/bin/activate

On Windows, you'd use:

unicefng-env\Scripts\activate

Then:

cd unicefng
pip install -U -r requirements/base.txt

Run migrate:

python manage.py migrate

You should now be able to run the development server:

python manage.py runserver