This commit is contained in:
Artur Barseghyan 2015-02-10 22:50:11 +01:00
parent bba11866b0
commit 7e8a918b0d
2 changed files with 4 additions and 5 deletions

View file

@ -13,9 +13,10 @@ Prerequisites
- Python >= 2.6.8, >= 2.7, >= 3.3
Note, that Django 1.8 is not yet proclaimed to be flawlessly supported. The
core and contrib packages (with no dependencies) have been tested against
the latest development release of Django 1.8. All tests have successfully
passed, although it's yet too early to claim that Django 1.8 is supported.
core and contrib packages (with no additional dependencies) have been tested
against the latest development release of Django 1.8. All tests have
successfully passed, although it's yet too early to claim that Django 1.8 is
supported.
Key concepts
===============================================

View file

@ -17,5 +17,3 @@ try:
if 'admin_tools.dashboard' in INSTALLED_APPS else None
except Exception as e:
pass
SOUTH_DATABASE_ADAPTER = ''