Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zurfyx/udlchan
- Owner: zurfyx
- License: mit
- Created: 2016-03-11T23:47:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T12:06:15.000Z (almost 9 years ago)
- Last Synced: 2024-10-25T04:50:14.427Z (about 2 months ago)
- Topics: django, forum, reddit
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;
```