Update ignore and readme

This commit is contained in:
2012-10-19 21:06:58 +01:00
parent e65726056b
commit 6afe3c7345
2 changed files with 9 additions and 1 deletions

3
.gitignore vendored
View File

@@ -25,3 +25,6 @@ pip-log.txt
#Mr Developer
.mr.developer.cfg
#Virtualenv
.env

View File

@@ -1,4 +1,9 @@
django-ett
==========
Django webapp implementation of the "Emergent Task Timer"
Django webapp implementation of the "Emergent Task Timer"
Testing
-------
This project makes use of the standard Django testing framework, along with django-jenkins to allow for easy integration into Jenkins/Hudson.