Strip comments

Insert link to comment when it's referenced with #comment_number
This commit is contained in:
Gregory Soutade
2014-03-16 18:55:50 +01:00
parent 22b8c96fe3
commit 726d247632
14 changed files with 15 additions and 11 deletions

3
README
View File

@@ -7,7 +7,8 @@ Django >= 1.4, libapache2-mod-wsgi if you want to use Dynastie with Apache. PyGm
Installation :
* Download Dynastie
* Update wsgy.py (with $PWD/../) don't forget the final slash !
* Update dynastie/wsgy.py (with $PWD/../) don't forget the final slash !
* Update dynastie/settings.py (SECRET_KEY...)
* Run ./manage.sh syncdb and create a superuser
* Run ./manage.sh runserver
or