-
Notifications
You must be signed in to change notification settings - Fork 280
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
Make schedule compatible with Django 1.4 #47
base: master
Are you sure you want to change the base?
Conversation
…ence/recurrence info
…ats a string beginning with '0' as octal)
--HG-- rename : schedule/models/fixtures/schedule.json => schedule/fixtures/schedule.json
I finally find out where was the fixtures schedule.json file and move it so tests can find it. |
I would suggest running javascript through some static code analysis tool like JSLint or JSHInt. |
Okay so I've been trying out Django-schedule and I've tested this pull request. I ran all the unit tests and they all pass, so why hasn't this pull request been merged in? What is the status of this project? I have a site that needs events and I would like to know if I should just copy and paste what I like or fork this project and contribute back. In other words, what is the status of this project? What's the road map going forward? /cc @Natim, @bartekgornym, @thaube, @iElectric |
On Thu, 11 Oct 2012 09:44:06 -0700
The project has been abandoned by thauber years ago, taken over by me, By the way, it is great to hear someone is really interested in the Bartek
The road to cock-ups is paved with assumptions. |
@bartekgorny I'm working on a new CMS that will hopefully get open sourced. I think I might must merge it into that project. I've looked at other Django event apps and this seems to be the best one with recurring events. If you know of another one then let me know. |
@bartekgorny Started doing some work this project. Added twitter bootstrap and renamed the app directory to events because it's seems to be more intuitive in the admin. I pushed up my changes to a dev branch. |
@epicserve I'd much rather see this project continue as it is without any coupling to a particular front-end framework or being merged into another project I really have no use for. Do one thing and do it well. in short :
These are of course only my opinions, but I'm fairly sure most others would rather see django-schedule maintain its focus. |
What is this focus you're talking about? This project hasn't seen any commits in four years. Anyway, django-schedule seems abandoned, I've move the bits and pieces I liked into my own CMS and moved on. I see the front-end of django-schedule, as only a simple example of what you can do with it. So in my humble opinion, it's not a big deal to create an example site using bootstrap. It's easy to understand and examine to see how you can use it. If you don't like the example site, then do something else. |
Make a new settings.py compatible with Django 1.4, fix bugs that prevent project_sample to starts.
It looks like ajax_ui is the more up-to-date branch since master was merge into at 359:3112232fcb55
I tried to run tests, but it looks that the schedule.json feature is missing.