add gadjo dependency

This commit is contained in:
Frédéric Péters 2014-03-24 19:16:44 +01:00
parent 01ced6aba2
commit b62790f2d3
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.swp
*.pyc
venv
gadjo

View File

@ -36,6 +36,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'gadjo',
)
MIDDLEWARE_CLASSES = (

View File

@ -1 +1,2 @@
django<1.7
-f https://repos.entrouvert.org/gadjo.git/