mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-10 13:54:41 +00:00
cleanup
This commit is contained in:
parent
bba11866b0
commit
7e8a918b0d
2 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
===============================================
|
||||
|
|
|
|||
|
|
@ -17,5 +17,3 @@ try:
|
|||
if 'admin_tools.dashboard' in INSTALLED_APPS else None
|
||||
except Exception as e:
|
||||
pass
|
||||
|
||||
SOUTH_DATABASE_ADAPTER = ''
|
||||
|
|
|
|||
Loading…
Reference in a new issue