Skip to content
This repository was archived by the owner on Sep 14, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Rescue Kerala

Website for coordinating rehabilitation of people affected in the 2018 Kerala Floods

# Project Title

The Django backend for the website https://keralarescue.in/. Hosted on CloudFlare

# Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

What things you need to install the software and how to install them

```
In case of python 3

pip3 install -r requirements.txt
or
In case of python2

pip install -r requirements.txt
```