Skip to content
Snippets Groups Projects
Commit c2806304 authored by jan.bednarik's avatar jan.bednarik
Browse files

Add Senator app

parent 79160071
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ BASE_DIR = os.path.dirname(PROJECT_DIR)
INSTALLED_APPS = [
"home",
"search",
"senator",
"wagtail.contrib.forms",
"wagtail.contrib.redirects",
"wagtail.embeds",
......
from django.apps import AppConfig
class SenatorConfig(AppConfig):
name = "senator"
from django.db import models
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment