We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
urlconf = "lcfi.apps.events.urls"
{{ project_name }}.apps.events.urls
hero_super_title
hero_title
end_date
date
get_summary
summary
location
The text was updated successfully, but these errors were encountered:
No branches or pull requests
urlconf = "lcfi.apps.events.urls"
- should use{{ project_name }}.apps.events.urls
hero_super_title
is specified but many sites will not use supertitles. Maybehero_title
could be omitted as well?end_date
can be made optional, just assume it's a single-day event if only one date is specified (make sure emptiness is checked in thedate
property)get_summary
checks for a non-existentsummary
field (perhaps adding a summary field would be a good idea)location
field? I can't think of any recent projects that would not benefit from it.The text was updated successfully, but these errors were encountered: