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
- Host: GitHub
- URL: https://github.com/civicdatalab/samantar_platform
- Owner: CivicDataLab
- License: mit
- Created: 2019-06-21T18:05:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T05:04:54.000Z (over 6 years ago)
- Last Synced: 2025-09-10T03:05:16.551Z (9 months ago)
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Samantar
[](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
```