Basic aldryn setup

This commit is contained in:
Iacopo Spalletti 2016-06-03 00:05:49 +02:00
commit 7c6abbfd34
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
3 changed files with 30 additions and 0 deletions

8
aldryn_config.py Normal file
View file

@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
from aldryn_client import forms
class Form(forms.BaseForm):
def to_settings(self, data, settings):
settings['ADDON_URLS'].append('djangocms_blog.taggit_urls')
return settings