You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Thanks.
The text was updated successfully, but these errors were encountered: