-
Notifications
You must be signed in to change notification settings - Fork 19
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
How to use properly in django? #29
Comments
Hi, sorry for the delay in response. We don't really have designated people for maintaining this project and the original dev has left our organisation, so the project's been a bit dormant for a while. We're still using it in some large projects and back-porting fixes as we encounter issues though. The project seems a bit directionless, so if you (or others) are interested and would like to contribute through issues+PRs, we're happy to accept whatever help is offered. Anyway, I'll try to answer your questions as best I can (full disclosure, I've only hacked on small parts of the lib)...
I don't think it does anything that'd be an issue with 2+, so I'd expect it to work reasonably well with both 1.x and 2.x branches of django.
I think the extent of the django integration is exposing an edtf field, so I don't think there's any real affordance for content-entry widgets/forms/etc: Line 21 in ec2124d
The workflow imagined by the original dev was that you have an EDTF field that accepts textual versions of dates, and it parses out earliest/latest thresholds to populate other fields. We've been using it populate things like date of birth for artists, date of creations for artworks, etc, in search engines.
I'm not entirely sure what you mean here. By "lazy way", do you mean an easy way to enter content?
Sure. We're more than happy to accept any PRs adding docs. As starters, maybe a "Getting Started" section that covers simply wiring things up. |
This is resolved by #56 |
note 1: yes, I read the article In which we get deeply nerdy about museum dates…
note 2: It could be very useful a docs directory in this project, placing there a bunch of documentation about how-to-use that. I would like to contribute by that, please tell me how.
The text was updated successfully, but these errors were encountered: