Skip to content

djangothon/django-react-comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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