mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Fixed the deprecated settings int he example app
This commit is contained in:
parent
1ad18ecb5c
commit
7d295843aa
1 changed files with 1 additions and 1 deletions
|
|
@ -92,5 +92,5 @@ INSTALLED_APPS = (
|
|||
|
||||
CATEGORIES_SETTINGS = {
|
||||
'ALLOW_SLUG_CHANGE': True,
|
||||
'RELATION_MODELS': ['simpletext.simpletext','flatpages.flatpage'],
|
||||
}
|
||||
CATEGORIES_RELATION_MODELS = ['simpletext.simpletext','flatpages.flatpage']
|
||||
Loading…
Reference in a new issue