Updated doc and requirements:

- Dj1.7 + Py3.5 is not supported
- Dj>1.6 is required
This commit is contained in:
Alex Seeholzer 2015-12-16 10:52:20 +01:00
parent 265da65ead
commit 87d1354020
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ Dependencies (pre-flight checklist)
-----------------------------------
1. Python 2.7 or 3.4+ (3.4+ support is new, please let us know how it goes)
2. Django (1.7 or newer, preferably 1.9)
2. Django (1.7 or newer, preferably 1.9 - Django 1.7 is not supported if you are using Python 3.5)
3. An existing WORKING Django project with database etc. If you
cannot log into the Admin, you won't get this product working.
4. `pip install django-bootstrap-form` and add `bootstrapform` to `settings.INSTALLED_APPS`

View File

@ -1,4 +1,4 @@
Django>1.4
Django>1.6
django-bootstrap-form>=3.1,<4
email-reply-parser
django-markdown-deux