add django-pagination to setup.py
--HG-- branch : stable
This commit is contained in:
parent
7e95ccf15e
commit
b8e27133d7
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
bfbe9be7735491de83fdb831aaa8b03bd13dc7f4 projects
|
||||
0f1fddaeb9771a8e0aeae35c8cd66e24058c0bcc projects
|
||||
|
|
1
setup.py
1
setup.py
|
@ -16,6 +16,7 @@ setup(name='djangobb_forum',
|
|||
'pil>=1.1.7',
|
||||
'django-messages==0.4.4',
|
||||
'django-haystack',
|
||||
'django-pagination',
|
||||
'south',
|
||||
'postmarkup',
|
||||
'setuptools'
|
||||
|
|
Reference in a new issue