Files @ c6c76e98d353
Branch filter:

Location: symposion_app/pinaxcon/registrasion/apps.py

Sachi King
Remove excess CSS and fonts

print wont work for us now. Will need to be recreated.

Fonts, I don't even know where they came from, so I can't keep them
1
2
3
4
5
6
7
8
9
from __future__ import unicode_literals
from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _


class RegistrasionConfig(AppConfig):
    name = "pinaxcon.registrasion"
    label = "pinaxcon_registrasion"
    verbose_name = _("Pinaxcon Registrasion")