An open API service indexing awesome lists of open source software.

https://github.com/civicdatalab/samantar_platform

Website for Samantar
https://github.com/civicdatalab/samantar_platform

Last synced: 4 months ago
JSON representation

Website for Samantar

Awesome Lists containing this project

README

          

# Samantar
[![License: MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg)](https://github.com/CivicDataLab/samantar_platform/blob/master/LICENSE)

### Requirenments
Refer to Django/Python compatibility for Django-CMS - [Link](http://docs.django-cms.org/en/latest/#django-python-compatibility-table)

### Installation

```
# Setup Development environment
$ virtualenv env
$ source env/bin/activate

# Clone Repository
$ git clone https://github.com/CivicDataLab/samantar_platform.git
$ cd samantar_platform

# Install all dependencies
$ pip install -r requirements.txt

# Run the server
$ python manage.py runserver

#branch out to base_setup
```