Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zurfyx/udlchan

A reddit like anonymous forum
https://github.com/zurfyx/udlchan

django forum reddit

Last synced: 11 days ago
JSON representation

A reddit like anonymous forum

Awesome Lists containing this project

README

        

# UDLCHAN

## Requeriments

- Python 2.7.5
- Ruby

### Install dependencies

```
pip -r requeriments.txt
gem install sass
```

## How to run

```
cd udlchan/;
python manage.py migrate;
python manage.py runserver;
```