Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occurence inline forms don't show up in Event Admin on django 1.3.1 #23

Open
aleray opened this issue May 30, 2012 · 0 comments
Open

Occurence inline forms don't show up in Event Admin on django 1.3.1 #23

aleray opened this issue May 30, 2012 · 0 comments

Comments

@aleray
Copy link

aleray commented May 30, 2012

Hi,

I have managed to install and run ixc/eventools@api-tidy. Unfortunately it seems like Occurence inline forms don't show up in the admin. The same codes works perfectly in django 1.4.

Here is my admin.py:

from django.contrib import admin
from eventtools.admin import EventAdmin, OccurrenceAdmin
from .models import ExampleEvent, ExampleOccurrence

admin.site.register(ExampleEvent, EventAdmin(ExampleEvent), show_exclusions=True)
admin.site.register(ExampleOccurrence, OccurrenceAdmin(ExampleOccurrence))

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant