-
Notifications
You must be signed in to change notification settings - Fork 68
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
Provide CCBV for master (ie development version) as well as released versions #38
Comments
I was planning to do this with tagged alpha, beta, and release candidate versions. Do you think it's worth having |
I think so — it'd have helped me today during the Djangocon sprints :-) Of course I could run it locally, but I think it'd be a helpful option. You could perhaps just not link to it from the front page, but provide a link elsewhere? To avoid overwhelming/confusing. |
OK. Currently the import script depends upon the version of django it's parsing being installed into the same virtual environment as the running website (nasty I know). I need to work out some sort of better arrangement for importing/updating the database before I can really implement this. Issue #39 therefore blocks this for the moment. |
@jaylett Just to say that this issue has not been forgotten, I've just had an awful lot to do! I am still investigating a way to automate having the dev version on the site, but for the moment I thought you might like to know that the WIP version of CCBV is deployed to http://ccbv.herokuapp.com/ and has the cbv data for Django 1.5b2 on it. There are a few bugs to iron out (especially #56), but like I said, it's a work in progress... Hope it comes in handy to you :) |
Bump. @meshy I think it is still very good idea if ccbv provides docs for alpha/beta/master (whatever you prefer) versions of Django CBVs. |
Agreed, it still is. We need a way to automate this, and to ensure that the redirects to the latest version don't use these beta/master versions. |
Having both 1.3.1 and 1.4 is great, but for people working towards the next version of Django having a version rebuilt periodically off master would be awesome too :-)
The text was updated successfully, but these errors were encountered: