Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

executable file
·
15 lines (10 loc) · 372 Bytes

Django Comments Module

To run:

virtualenv env
pip install -r requirements.txt
./manage.py syncdb
./manage.py runserver

Pypi file available at : django-react-comments

This project now maintained in anistark's repo