Eduardo Carísio
Eduardo Carísio

Reputation: 415

Wagtail custom settings not showing

I created a new project using python 3.6 by following the link tutorial: http://docs.wagtail.io/en/stable/getting_started/index.html.

Then I tried to create a custom configuration following the link tutorial: http://docs.wagtail.io/en/stable/reference/contrib/settings.html?highlight=Settings

However, the link in settings never appears.

Any tips on what it might be?


[UPDATE]

Github project: https://github.com/eduardocp/wagtail/

Upvotes: 2

Views: 393

Answers (1)

cssko
cssko

Reputation: 3045

You need to add your SocialMediaSettings class to your models.py file, not create a new file.

This models.py file needs to be the one in the home folder.

Upvotes: 2

Related Questions