Files @ 640db7e3dced
Branch filter:

Location: symposion_app/registrasion/apps.py

Christopher Neugebauer
Replaces the final stage of guided registration with a review page, which shows after adding anything to your cart.

Fixes #87
1
2
3
4
5
6
7
8
from __future__ import unicode_literals
from django.apps import AppConfig


class RegistrasionConfig(AppConfig):
    name = "registrasion"
    label = "registrasion"
    verbose_name = "Registrasion"