public
Description: StartTheDark is the product of a series of screencasts by Eric Florenzano about the Django web programming framework. The site itself is "A place to see what your friends are doing tonight!"
Homepage: http://startthedark.com/
Clone URL: git://github.com/ericflo/startthedark.git
name age message
file .gitignore Sun Aug 31 17:58:45 -0700 2008 Added a .DS_Store rule to gitignore. [Eric Florenzano]
file LICENSE.txt Wed Sep 10 00:14:51 -0700 2008 Added about and open source page, as well as a ... [Eric Florenzano]
file __init__.py Wed Sep 10 00:14:51 -0700 2008 Added about and open source page, as well as a ... [Eric Florenzano]
file context_processors.py Loading commit data...
directory events/
file fabfile.py Wed Sep 10 01:01:20 -0700 2008 Split out the css rebuilding into its own fab m... [ericflo]
file make_prod_css.sh Sun Aug 31 18:30:00 -0700 2008 Made production deployment better. [Eric Florenzano]
file manage.py Mon Aug 18 21:50:46 -0700 2008 Initial commit [Eric Florenzano]
directory media/ Wed Sep 10 00:46:46 -0700 2008 Rebuilt Prod CSS For Commit [ericflo]
directory profile/
file settings.py
directory socialgraph/
file startthedark.wsgi Thu Aug 28 20:40:11 -0700 2008 Added 404 and munged paths in the startthedark.... [ericflo]
directory templates/
file urls.py
file views.py