Files @ a96207fcdf23
Branch filter:

Location: symposion_app/pinaxcon/apps.py

James Polley
Restore buttons referenced in current templates

Partial revert of 271d9e05 - these are two of the many files removed then. Looks like these are the only two still used.
1
2
3
4
5
6
from django.apps import AppConfig as BaseAppConfig


class AppConfig(BaseAppConfig):

    name = "pinaxcon"