SLCPython / old.slcpy.com

Official Repo of SLCPython's website
MIT License
5 stars 8 forks source link

Added content from meetup, major template changes #5

Closed earthastronaut closed 9 years ago

earthastronaut commented 9 years ago

This is a major overhaul. I incorporated my new package django-meetup to sync the SLCPython meetup to a local database which is then used to provide content on the webpage.

I reformatted the website to the home page with next upcoming event and an events page listing all events. Note: Not committed at all to color-scheme, maybe a group decision later? :1234:

octaflop commented 9 years ago

Excellent work!

I'll have a closer look tonight.

A couple notes from a cursory glance:

earthastronaut commented 9 years ago

I'm down with sass and compass. I think the css can use be overhauled. Arrow looks good, I did some humanizing of times myself. It'd be nice to lean on something else for that.

I'm also up for making this django 1.7 :+1: (I've also been doing my best to make this easy to move to python3).

octaflop commented 9 years ago

Oh, one more thing. In the settings stick to UTC for the timezone for now. It's much easier to start with UTC even though we're in America/Denver

earthastronaut commented 9 years ago

This PR is now different from when it started. I deleted my own django-meetup app with local database syncing, in favor of a SLCPy dependent (sort of) meetup app located in /slcpy.com/apps/meetup which handles all meetup logic. I.e. the basic difference is when a page is loaded api.meetup.com is queried not our local database.

Though the end result is the same I think this is much cleaner.

I also removed the profiles app mostly because I don't see us needing any user login for protected content since this webpage is mostly a gateway to Meetup.com and our meetup is public.

I still haven't incorporated :