Files @ 2d039faedf28
Branch filter:

Location: symposion_app/cms_pages/apps.py

Christopher Neugebauer
Adds social media links (#32)

* Adds social media links

* Un-ooopses the title of the homepage
1
2
3
4
5
6
7
from __future__ import unicode_literals

from django.apps import AppConfig


class CmsPagesConfig(AppConfig):
    name = 'cms_pages'