Files @ fa5885a76628
Branch filter:

Location: symposion_app/pinaxcon/apps.py

James Polley
Add a test fixture which creates a user for testing the CFP

Also add a single proposal which can be reviewed.
1
2
3
4
5
6
from django.apps import AppConfig as BaseAppConfig


class AppConfig(BaseAppConfig):

    name = "pinaxcon"