rcos / Observatory-retired

A Python based dashboard for the Rensselaer Center for Open Source Software
rcos.rpi.edu
ISC License
12 stars 11 forks source link

Blogs should support comments #17

Open JDougherty opened 13 years ago

JDougherty commented 13 years ago

By the community nature of what Observatory is used for, the built in blog system should support comments.

c00w commented 11 years ago

... I'm not sure what I should do about this, but I am probably going to close this. Use the mailing list? Maybe cc blogs to the mailing list?

JDougherty commented 11 years ago

Don't close it. I'll implement.

On Tue, Jul 16, 2013 at 1:53 PM, Colin Rice notifications@github.comwrote:

... I'm not sure what I should do about this, but I am probably going to close this. Use the mailing list? Maybe cc blogs to the mailing list?

— Reply to this email directly or view it on GitHubhttps://github.com/rcos/Observatory/issues/17#issuecomment-21060314 .

c00w commented 11 years ago

Okay, heads up I'm doing a massive cleanup of observatory, so develop based off of the dev branch. Its been updated to work with django 1.5, and will get a vagrant file soon.

JDougherty commented 11 years ago

Are you going to bring in South while you're doing that?

On Tue, Jul 16, 2013 at 5:09 PM, Colin Rice notifications@github.comwrote:

Okay, heads up I'm doing a massive cleanup of observatory, so develop based off of the dev branch. Its been updated to work with django 1.5, and will get a vagrant file soon.

— Reply to this email directly or view it on GitHubhttps://github.com/rcos/Observatory/issues/17#issuecomment-21074166 .

c00w commented 11 years ago

On 07/16/2013 05:35 PM, Joseph W. Dougherty wrote:

Are you going to bring in South while you're doing that?

On Tue, Jul 16, 2013 at 5:09 PM, Colin Rice notifications@github.comwrote:

Okay, heads up I'm doing a massive cleanup of observatory, so develop based off of the dev branch. Its been updated to work with django 1.5, and will get a vagrant file soon.

— Reply to this email directly or view it on GitHubhttps://github.com/rcos/Observatory/issues/17#issuecomment-21074166 .

— Reply to this email directly or view it on GitHub https://github.com/rcos/Observatory/issues/17#issuecomment-21075884.

Bring in south? I'm going to merge in the master branch so we have one coherent branch to work off of.

-Colin

c00w commented 11 years ago

Figured out what you mean. http://south.aeracode.org/

Probably.

JDougherty commented 11 years ago

Yes, the South db migration app for django. It will be very helpful for when you roll out to production rcos server, unless you're planning on starting fresh with no data. On Jul 17, 2013 10:41 AM, "Colin Rice" notifications@github.com wrote:

Figured out what you mean. http://south.aeracode.org/

Probably.

— Reply to this email directly or view it on GitHubhttps://github.com/rcos/Observatory/issues/17#issuecomment-21121991 .

c00w commented 11 years ago

On 07/17/2013 12:06 PM, Joseph W. Dougherty wrote:

Yes, the South db migration app for django. It will be very helpful for when you roll out to production rcos server, unless you're planning on starting fresh with no data. On Jul 17, 2013 10:41 AM, "Colin Rice" notifications@github.com wrote:

Figured out what you mean. http://south.aeracode.org/

Probably.

— Reply to this email directly or view it on GitHubhttps://github.com/rcos/Observatory/issues/17#issuecomment-21121991 .

— Reply to this email directly or view it on GitHub https://github.com/rcos/Observatory/issues/17#issuecomment-21123934.

I'm going to retain the data but otherwise wipe the server since its configured in a very silly way.

-Colin

c00w commented 11 years ago

And its implemented.